-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
Description
Bug description
A clear and concise description of what the bug is.
- OS: Linux
- Architecture: amd64
Steps to reproduce
Execute debug_asan_clang on a branch with enabled "long" tests, see patch in #11043
Actual behavior
[071] vinyl-luatest/select_consistency_test.lua [ fail ]
[071] Test failed! Output from reject file /tmp/t/rejects/vinyl-luatest/select_consistency.reject:
[071] Tarantool version is 3.4.0-entrypoint-80-g66b7c971ce1
[071] TAP version 13
[071] 1..2
[071] # Started on Fri Jan 24 11:18:52 2025
[071] # Starting group: vinyl.select_consistency.defer_deletes:false
[071] not ok 1 vinyl.select_consistency.defer_deletes:false.test_select_consistency
[071] # ...tarantool/test/vinyl-luatest/select_consistency_test.lua:200: Assertion failed: 4 >= 5
[071] # stack traceback:
[071] # ...tarantool/test/vinyl-luatest/select_consistency_test.lua:200: in function 'retrying'
[071] # ...tarantool/test/vinyl-luatest/select_consistency_test.lua:199: in function <...tarantool/test/vinyl-luatest/select_consistency_test.lua:66>
[071] # ...tarantool/test/vinyl-luatest/select_consistency_test.lua:66: in function 'run_test'
[071] # ...tarantool/test/vinyl-luatest/select_consistency_test.lua:212: in function 'vinyl.select_consistency.defer_deletes:false.test_select_consistency'
[071] # artifacts:
[071] # master -> /tmp/t/071_vinyl-luatest/artifacts/master-W2l5fcDS3wuv
[071] # Starting group: vinyl.select_consistency.defer_deletes:true
[071] ok 2 vinyl.select_consistency.defer_deletes:true.test_select_consistency
[071] # Ran 2 tests in 308.450 seconds, 1 succeeded, 1 failed
[071]
[071] [test-run server "luatest_server"] Last 15 lines of the log file /tmp/t/071_vinyl-luatest/select_consistency_test.log:
[071] started logging into a pipe, SIGHUP log rotation disabled
[071] Test "vinyl-luatest/select_consistency_test.lua", conf: "None"
[071] failed, rerunning ...
debug_asan_clang: https://github.com/tarantool/tarantool/actions/runs/12948188871/job/36116313731?pr=11043
Full log: logs_33472080951.zip
Expected behavior
no assertion is triggered
Reactions are currently unavailable