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

tarantool / tarantool / 7742966754
88%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2024 02:50PM UTC
Jobs 1
Files 511
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

01 Feb 2024 02:39PM UTC coverage: 86.874% (-0.009%) from 86.883%
7742966754

push

github

igormunkin
test/fuzz: fix errors "table index is {nil, NaN}"

Running of automatically generated Lua programs sometimes
failed due to errors "table index is nil" and
"table index is NaN" (3%). The error was caused by `nil` and
`NaN` values used as a table indices and key values,
but it is prohibited.

Examples of errors are the following:

```
local t = {}
t[nil] = 42 -- table index is nil.
t[0 / 0] = 42 -- table index is NaN.
local a = { [nil] = 0 } -- table index is nil.
local a = { [0 / 0] = 0 } -- table index is NaN.
```

The patch fixes serializer, index or key value is always not
a `nil` and not a `NaN`: it is either a generated value or
a default number.

NO_CHANGELOG=testing
NO_DOC=testing
NO_TEST=testing

66681 of 119092 branches covered (0.0%)

98970 of 113923 relevant lines covered (86.87%)

2700288.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7742966754.1 01 Feb 2024 02:50PM UTC 0
86.87
GitHub Action Run
Source Files on build 7742966754
Detailed source file information is not available for this build.
  • Back to Repo
  • 5e80ce1e on github
  • Prev Build on master (#7710433028)
  • Next Build on master (#7743215927)
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