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

tarantool / crud / 8354849543
88%

Build:
DEFAULT BRANCH: master
Ran 20 Mar 2024 06:55AM UTC
Jobs 1
Files 61
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 Mar 2024 06:41AM UTC coverage: 88.694% (+0.1%) from 88.597%
8354849543

push

github

DifferentialOrange
scan: fix nil filters

Before this patch, some nil conditions failed with internal filter
library build error. This patch fixes this internal error, as well as
normalize filters to behave similar to core indexes.

The logic in core Tarantool select is as follows. `nil` condition in
index select is an absence of condition, thus all data is returned
disregarding the condition (condition may affect the order). `box.NULL`
condition is a condition for the null value -- in case of EQ,
only records with null index value are returned, in case of GT,
all non-null values are returned since nulls are in the beginning of an
index and so on. `nil`s and `box.NULL`s in tuple are both satisfy
`box.NULL` equity.

After this patch, `nil` filter condition is treated as no condition.
This is a breaking change since conditions for `'>'` and `'<'`
operator with `nil` operand had resulted with empty response
before this patch. But since it was inconsistent with scanning index
conditions and wasn't intentional, we change it here.

Closes #422

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

68 existing lines in 1 file now uncovered.

4762 of 5369 relevant lines covered (88.69%)

6853.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
68
87.25
0.35% crud/common/utils.lua
Jobs
ID Job ID Ran Files Coverage
1 8354849543.1 20 Mar 2024 06:55AM UTC 61
88.69
GitHub Action Run
Source Files on build 8354849543
  • Tree
  • List 61
  • Changed 35
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5b05d388 on github
  • Prev Build on master (#8282167747)
  • Next Build on master (#8452500907)
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

© 2025 Coveralls, Inc