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

tarantool / tarantool / 11914880833
88%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2024 02:23PM UTC
Jobs 1
Files 517
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

19 Nov 2024 02:13PM UTC coverage: 87.295% (-0.001%) from 87.296%
11914880833

push

github

locker
sql: do not use raw index for count

Currently, we use raw index for count operation instead of
`box_index_count`. As a result, we skip a check if current transaction
can continue and we don't begin transaction in engine if needed. So, if
count statement is the first in a transaction, it won't be tracked by
MVCC since it wasn't notified about the transaction. The commit fixes
the mistake. Also, the commit adds a check if count was successful and
covers it with a test.

Closes #10825

NO_DOC=bugfix

69356 of 123194 branches covered (56.3%)

5 of 5 new or added lines in 2 files covered. (100.0%)

33 existing lines in 15 files now uncovered.

102230 of 117108 relevant lines covered (87.3%)

2939347.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11914880833.1 19 Nov 2024 02:23PM UTC 0
87.3
GitHub Action Run
Source Files on build 11914880833
Detailed source file information is not available for this build.
  • Back to Repo
  • 0656a923 on github
  • Prev Build on master (#11914722434)
  • Next Build on master (#11928961979)
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