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

tarantool / tarantool / 30364062935
88%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2026 01:47PM UTC
Jobs 1
Files 529
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

28 Jul 2026 01:33PM UTC coverage: 87.817% (-0.005%) from 87.822%
30364062935

push

github

sergepetrenko
test: convert xlog-py/big_lsn to luatest

xlog-py/big_lsn checks gh-4033: tarantool must handle huge LSNs. There
is no public API to jump the LSN, so the test injects one by rewriting
the vclock in an xlog's text header to a large value.

Rewrite it in luatest to structure the test better and to move toward
cutting off the obsolete diff-based mechanism.

This was the last test in xlog-py, so remove the remaining test suite
files.

The following patch was used to check that the converted test catches
the bug:

NO_WRAP
 | --- a/src/lib/vclock/vclock.h
 | +++ b/src/lib/vclock/vclock.h
 | @@ -148,7 +148,7 @@ vclock_get(const struct vclock *vclock, uint32_t replica_id)
 |  {
 |  	assert(replica_id < VCLOCK_MAX);
 |  	/* Evaluate a bitmask to avoid branching. */
 | -	int64_t mask = 0ULL - ((vclock->map >> replica_id) & 0x1);
 | +	int64_t mask = 0 - ((vclock->map >> replica_id) & 0x1);
 |  	return mask & vclock->lsn[replica_id];
 |  }
NO_WRAP

Drafted by an LLM, conducted and corrected by the commit author.

Part of #12909

NO_DOC=tests
NO_CHANGELOG=tests

72038 of 120912 branches covered (59.58%)

107991 of 122973 relevant lines covered (87.82%)

1370498.55 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
95.22
-1.25% src/box/vy_read_iterator.c
4
93.4
-0.8% src/box/xrow_update_field.c
3
94.15
-1.6% src/box/vy_range.c
3
22.64
-0.06% src/lib/uri/uri_parser.c
2
91.2
0.0% src/box/box.cc
2
94.32
-0.29% src/box/memtx_space.c
2
96.35
-0.34% src/box/relay.cc
2
92.64
-0.04% src/box/vinyl.c
2
87.94
-0.13% src/box/vy_run.c
2
85.7
-0.11% src/box/xlog.c
2
97.15
-0.2% src/lib/msgpuck/msgpuck.h
2
91.56
-0.22% src/lib/swim/swim.c
1
93.96
0.09% src/lib/core/fiber.c
Jobs
ID Job ID Ran Files Coverage
1 30364062935.1 28 Jul 2026 01:47PM UTC 529
87.82
GitHub Action Run
Source Files on build 30364062935
  • Tree
  • List 529
  • Changed 27
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 937325d4 on github
  • Prev Build on master (#30362059641)
  • Next Build on master (#30364166333)
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