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

tarantool / crud / 6420757008 / 1
89%
master: 88%

Build:
Build:
LAST BUILD BRANCH: refs/tags/1.7.3
DEFAULT BRANCH: master
Ran 05 Oct 2023 03:08PM UTC
Files 60
Run time 1s
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

05 Oct 2023 02:53PM UTC coverage: 89.543% (+0.03%) from 89.518%
6420757008.1

Pull #382

github

DifferentialOrange
api: return error if no tuples/objects

Before this patch, the behavior of `*_many` requests if empty array of
tuples/objects were rather confusing. For example, due to format
processing all `*_object_many` operations resulted in `nil, {}` --
error request with zero errors. `insert_many` and `replace_many` calls
result in `nil, nil` -- no result, no error. `upsert_many` results in
`{metadata = metadata}, nil` with no `rows` in response. Thus, for all
six `*_many` calls trying to execute the request with empty array on
input result in malformed response.

After this patch, trying to run `*_many` request with empty array of
tuples/objects will result in `nil, {err}`, similar to existing
`*_many` API. Single tuple crud API already does not allow to run with
no tuples/objects.

Closes #377
Pull Request #382: api: return error if no tuples/objects

4641 of 5183 relevant lines covered (89.54%)

16852.16 hits per line

Source Files on job 6420757008.1
  • Tree
  • List 0
  • Changed 34
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6420757008
  • c395f3c5 on github
  • Prev Job for on DifferentialOrange/gh-377-no-rows-error (#6411204193.1)
  • Next Job for on DifferentialOrange/gh-377-no-rows-error (#6457477520.1)
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