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
The test sometimes fails with the following error, which isn't related to the above-mentioned one:
[010] storage-luatest/storage_1_1_test.lua
[010] TAP version 13
[010] 1..6
[010] # Started on Thu Apr 27 10:41:04 2023
[010] # Starting group: storage.engine:"memtx"
[010] ok 1 storage.engine:"memtx".test_bucket_send_field_types
[010] ok 2 storage.engine:"memtx".test_on_bucket_event
[010] not ok 3 storage.engine:"memtx".test_basic_storage_service_info
[010] # ...an/Programming/tnt/vshard/test/luatest_helpers/vtest.lua:622: timed out: routes_applier_service is still nil
[010] # stack traceback:
[010] # ...ing/tnt/vshard/test/storage-luatest/storage_1_1_test.lua:302: in function 'storage.engine:"memtx".test_basic_storage_service_info'
[010] # ...
[010] # [C]: in function 'xpcall'
[010] # Starting group: storage.engine:"vinyl"
[010] ok 4 storage.engine:"vinyl".test_bucket_send_field_types
[010] ok 5 storage.engine:"vinyl".test_on_bucket_event
[010] ok 6 storage.engine:"vinyl".test_basic_storage_service_info
[010] # Ran 6 tests in 60.930 seconds, 5 successes, 1 error
The test fails with the following error:
The problem is reproduced with or without mvcc, doesn't seem to be related to it.
Setup:
Reproduced locally and on CI
The text was updated successfully, but these errors were encountered: