test: replace Lua `assert`s with luatest `assert`s in luatest tests
Some luatest framework tests use Lua `assert`s, which are incomprehensible when failed (the only information provided is 'assertion failed!'), making debugging difficult: replace them with luatest `assert`s and their context-specific varieties. NO_CHANGELOG=<code health> NO_DOC=<code health> (cherry picked from commit 1d9645f7)
Showing
- test/app-luatest/gh_6817_console_memory_leak_test.lua 5 additions, 5 deletionstest/app-luatest/gh_6817_console_memory_leak_test.lua
- test/app-luatest/gh_7288_console_flavours_vs_txn_test.lua 3 additions, 3 deletionstest/app-luatest/gh_7288_console_flavours_vs_txn_test.lua
- test/app-luatest/http_client_test.lua 1 addition, 1 deletiontest/app-luatest/http_client_test.lua
- test/box-luatest/gh_6150_memtx_tx_memory_monitoring_test.lua 10 additions, 13 deletionstest/box-luatest/gh_6150_memtx_tx_memory_monitoring_test.lua
- test/box-luatest/gh_6260_add_builtin_events_test.lua 4 additions, 4 deletionstest/box-luatest/gh_6260_add_builtin_events_test.lua
- test/replication-luatest/election_split_vote_test.lua 6 additions, 4 deletionstest/replication-luatest/election_split_vote_test.lua
- test/replication-luatest/gh_5295_split_brain_test.lua 4 additions, 2 deletionstest/replication-luatest/gh_5295_split_brain_test.lua
- test/replication-luatest/gh_5568_read_only_reason_test.lua 13 additions, 13 deletionstest/replication-luatest/gh_5568_read_only_reason_test.lua
Loading
Please register or sign in to comment