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

tarantool / tarantool / 16332751599
88%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2025 12:05AM UTC
Jobs 1
Files 511
Run time 2min
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

16 Jul 2025 11:51PM UTC coverage: 87.593%. Remained the same
16332751599

push

github

Totktonada
config: add `connpool.idle_timeout` option

This patch adds a `connpool` configuration section and a
`connpool.idle_timeout` configuration option. It's used to configure the
timeout in seconds for closing unused connections established by
`connpool.filter()` and `connpool.call()`.

Closes #11670

@TarantoolBot document
title: connpool: support timeout to close idle connections

New function in `experimental.connpool()`.

```
connpool.set_idle_timeout(timeout)
```

Params:
* `timeout` (`integer`) -- specify a timeout (in seconds) in which the
  unused connections indirectly opened by the connpool methods are
  closed.

New configuration option `connpool.idle_timeout`.

A timeout (in seconds) in which the unused connections opened by
connpool indirectly would be closed.

Note: this option does not affect the connections opened by
`connpool.connect()` since in that case, the user has direct access to
the connection object.

70746 of 124551 branches covered (56.8%)

103968 of 118694 relevant lines covered (87.59%)

1373933.55 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.32
-0.03% src/box/box.cc
1
95.83
-0.12% src/box/replication.cc
1
80.0
-2.05% src/lib/core/clock.c
2
94.11
-0.31% src/box/memtx_space.c
2
95.45
-4.55% src/lib/json/json.h
3
97.42
-0.2% src/box/memtx_tx.c
3
92.49
-0.04% src/box/vinyl.c
3
97.05
0.0% src/lib/msgpuck/msgpuck.h
4
93.31
-1.27% src/lib/swim/swim_io.c
4
81.82
-12.12% src/lua/minifio.c
5
88.01
-0.33% src/box/vy_run.c
7
95.2
-1.46% src/box/vy_read_iterator.c
Jobs
ID Job ID Ran Files Coverage
1 16332751599.1 17 Jul 2025 12:05AM UTC 511
87.59
GitHub Action Run
Source Files on build 16332751599
  • Tree
  • List 511
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • cace5aba on github
  • Prev Build on master (#16324237811)
  • Next Build on master (#16339481501)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc