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

tarantool / crud / 9156728752
89%
master: 88%

Build:
Build:
LAST BUILD BRANCH: rm_fiber_kill
DEFAULT BRANCH: master
Ran 20 May 2024 09:51AM UTC
Jobs 1
Files 63
Run time 1min
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

20 May 2024 07:07AM UTC coverage: 88.708% (-0.02%) from 88.724%
9156728752

push

github

DifferentialOrange
crud: fix explicit bucket_id in *_many operations

In case `insert_many`, `insert_object_many`, `replace_many`,
`replace_object_many`, `upsert_many` or `upsert_object_many` has been
called on a space with custom sharding info and every tuple/object
in the request had `bucket_id`, `ShardingHashMismatchError` has been
returned even though there are no issues with sharding info. For
example, some users met this issue while working with tt-ee
`tt crud import` command.

The reason is as follows. To ensure sharding info consistency between
the storage and the router, some metainfo is calculated for a request
in case bucket_id is generated. In case no bucket_id is generated, no
sharding info is passed and consistency check is skipped (since it is
not needed). Before this patch, `*_many` operations haven't skipped
consistency check when it was expected due to improper
`skip_sharding_hash_check` flag setup.

Closes #437

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

2 existing lines in 1 file now uncovered.

4855 of 5473 relevant lines covered (88.71%)

6100.15 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
89.52
-1.68% crud/common/call.lua
Jobs
ID Job ID Ran Files Coverage
1 9156728752.1 20 May 2024 09:51AM UTC 63
88.71
GitHub Action Run
Source Files on build 9156728752
  • Tree
  • List 63
  • Changed 40
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e4f0d218 on github
  • Prev Build on master (#9110765800)
  • Next Build on refs/tags/1.5.2 (#9157667247)
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