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

tarantool / tarantool / 16021780392

02 Jul 2025 09:45AM UTC coverage: 87.526% (+0.003%) from 87.523%
16021780392

push

github

locker
test: drop box/alter-primary-index-tuple-leak-long.test.lua

The test takes too long, especially on ASAN-enabled builds. Here's what
test-run reports for this test on debug-asan-clang workflow (duration is
in seconds):

* 367.76 box/alter-primary-index-tuple-leak-long.test.lua

The test takes that long because it tries to run out of memory while
checking that there's no memory leaks. Note that it has no assertions.

The test was added a long time ago, when we had a lot of suppressions
that prevented ASAN from reporting memory leaks. By today, most of the
suppressions have been removed so we shouldn't need tests like this
anymore.

I tried to reintroduce the leak checked by this test by removing
the code unreferencing stmt->old_tuple from memtx_build_on_replace.
Turned out that the test passes unless ASAN is enabled. At the same
time, at least two other tests fail as well because ASAN reports leaks:

* box/gh-5958-rolled-back-replace-background-built-index.test.lua
* engine-luatest/gh_4973_concurrent_alter_fails_test.lua

In other words, the test is totally useless now so let's drop it.

NO_DOC=test fix
NO_CHANGELOG=test fix

(cherry picked from commit 6c5c34163)

70167 of 124029 branches covered (56.57%)

103197 of 117904 relevant lines covered (87.53%)

1978389.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.22
/src/lua/fiber.c


Source Not Available

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