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

tarantool / tarantool / 13628208179
88%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2025 10:16AM UTC
Jobs 1
Files 518
Run time 4min
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

03 Mar 2025 10:03AM UTC coverage: 87.452% (-0.003%) from 87.455%
13628208179

push

github

sergepetrenko
test: fix flaky replication/qsync_errinj

Firstly, in gh-5100 test it's impossible to change
`replication_timeout` to big value reliably, since it may
cause TimedOut error on replica, which won't reconnect,
since replication_timeout is 1000. For that we can use
`replication_reconnect_timeout`, introduced in the
previous commit.

Almost every line of the following test is flaky too, it is
caused by the first test, which sets `replication_timeout`
to 1000 and never resets that. The problem here is that
`replication_timeout` on master is 1000 and replica restarts
in the subsequent (gh-5123) test, which resets her timeout
to 0.1 second. It constantly times out and restarts replication,
but master sets a lot of error injections (e.g. ERRINJ_WAL_IO),
which may lead to critical error during subscribe (master
tries to create gc_consumer, so it needs to write during
subscribe). After that replica's upstream goes into stopped
state and never recovers, test times out. In order to
fix that `replication_timeout` is reset after first test.

Closes tarantool/tarantool-qa#333

NO_CHANGELOG=flaky test
NO_DOC=flaky test

69913 of 123395 branches covered (56.66%)

103011 of 117792 relevant lines covered (87.45%)

2223857.67 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.65
-0.05% src/box/vinyl.c
1
97.26
0.2% src/lib/msgpuck/msgpuck.h
2
94.25
-0.39% src/box/xrow_update_field.c
2
84.53
-0.72% src/lib/core/coio.c
2
82.22
-4.44% src/lib/core/latch.h
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
90.78
-0.15% src/box/applier.cc
3
22.64
-0.06% src/lib/uri/uri_parser.c
6
81.42
-0.48% src/box/lua/cfg.cc
9
88.14
-7.63% src/box/vy_regulator.c
15
91.86
-2.35% src/box/memtx_space.c
26
95.78
0.0% src/box/replication.cc
213
91.33
0.55% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 13628208179.1 03 Mar 2025 10:16AM UTC 518
87.45
GitHub Action Run
Source Files on build 13628208179
  • Tree
  • List 518
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 11555e23 on github
  • Prev Build on master (#13591006230)
  • Next Build on master (#13629455564)
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

© 2026 Coveralls, Inc