You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the artifacts saved to /tmp/t/artifacts. The last message in server.log is:
2025-01-09 12:50:27.063 [83843] main/112/main/test-run.lib.luatest.luatest.log assertions.lua:895 I> Checking assertion at failing_test.lua:18
There's no message for the assertion check executed after the server restart. Also, the server doesn't have {'test', 'fail'} record in the _schema space that was inserted after the restart:
Create the test
test/box-luatest/failing_test.lua
in the Tarantool repository:Run it:
Check the artifacts saved to
/tmp/t/artifacts
. The last message inserver.log
is:There's no message for the assertion check executed after the server restart. Also, the server doesn't have
{'test', 'fail'}
record in the_schema
space that was inserted after the restart:Looks like the artifacts were saved before the server restart and not renewed when the test failed.
The text was updated successfully, but these errors were encountered: