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

tarantool / tarantool / 16210
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-12805-fix-proxy-auth
DEFAULT BRANCH: master
Ran 28 Mar 2019 11:28PM UTC
Jobs 1
Files 305
Run time 22s
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

pending completion
16210

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)

5 of 5 new or added lines in 1 file covered. (100.0%)

41432 of 50222 relevant lines covered (82.5%)

843456.81 hits per line

Jobs
ID Job ID Ran Files Coverage
5 16210.5 (TARGET=coverage) 28 Mar 2019 11:28PM UTC 0
82.5
Travis Job 16210.5
Source Files on build 16210
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16210
  • b1612f0b on github
  • Prev Build on 1.10 (#16156)
  • Next Build on 1.10 (#16221)
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