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

tarantool / luajit / 7805085541
93%

Build:
DEFAULT BRANCH: tarantool/master
Ran 06 Feb 2024 07:34PM UTC
Jobs 1
Files 89
Run time 10s
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

06 Feb 2024 07:14PM UTC coverage: 88.908% (-0.03%) from 88.935%
7805085541

push

github

igormunkin
LJ_GC64: Fix HREFK optimization.

Contributed by XmiliaH.

(cherry-picked from commit 91bc6b8ad)

In `lj_record_idx` when `ix->oldv` is the global nilnode and the
required key is not present in the table, it is possible to pass
the constant key lookup optimization condition because of the
`uint32_t` (`MSize`) overflow. Because of that, further recording
incorrectly removes the check for the nilnode, which produces
wrong results when trace is called for a different table.

The issue is solved by using `GCSize`, which has a size of
64 bits on GC64 builds, instead of `MSize`.

Maxim Kokryashkin:
* added the description and the test for the problem

Part of tarantool/tarantool#9145

Reviewed-by: Sergey Kaplun <skaplun@tarantool.org>
Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org>
Signed-off-by: Igor Munkin <imun@tarantool.org>

5404 of 5999 branches covered (0.0%)

Branch coverage included in aggregate %.

20711 of 23374 relevant lines covered (88.61%)

2808126.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7805085541.1 06 Feb 2024 07:34PM UTC 89
88.91
GitHub Action Run
Source Files on build 7805085541
  • Tree
  • List 89
  • Changed 85
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7805085541
  • 0faea213 on github
  • Prev Build on tarantool/master (#7804005274)
  • Next Build on tarantool/master (#7843705567)
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