• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 16210 / 5
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: refs/pull/13004/merge
DEFAULT BRANCH: master
Ran 28 Mar 2019 11:28PM UTC
Files 305
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Mar 2019 08:48AM UTC coverage: 82.498% (+0.6%) from 81.885%
TARGET=coverage

push

travis-ci

kyukhin
lua: make box.stat.net.CONNECTIONS a table

The primary reason of this change is to keep compatibility of 1.10
release series with tarantool/stat-0.3.1, which expects that each
box.stat.net.<...> and box.stat.net().<...> item is a table.

This commit changes CONNECTIONS metric to be a table with 'current'
field, which in turn contains current number of connections.

Fixes #4039.

@TarantoolBot document
Title: box.stat.net.CONNECTIONS becomes a table

The format of box.stat.net.CONNECTIONS and box.stat.net().CONNECTIONS is
changed in order to keep all items being tables, because
tarantool/stat-0.3.1 expects them to be tables (see [1] for more
information).

Example of box.stat.net() **before** this commit:

```
tarantool> box.stat.net()
---
- SENT:
    total: 0
    rps: 0
  CONNECTIONS: 0
  RECEIVED:
    total: 0
    rps: 0
...
```

And after:

```
tarantool> box.stat.net()
---
- SENT:
    total: 0
    rps: 0
  CONNECTIONS:
    current: 0
  RECEIVED:
    total: 0
    rps: 0
...
```

Look at the comment to lbox_stat_net_call() (see the linked commit) for
meaning of total/rps/current fields.

[1]: https://github.com/tarantool/tarantool/issues/4039

(cherry picked from commit 68f43fa75)

41432 of 50222 relevant lines covered (82.5%)

843456.81 hits per line

Source Files on job 16210.5 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 282
  • Source Changed 1
  • Coverage Changed 282
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13398
  • Travis Job 16210.5
  • b1612f0b on github
  • Prev Job for TARGET=coverage on 1.10 (#16156.5)
  • Next Job for TARGET=coverage on 1.10 (#16221.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc