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 original test use global variables that altered during
testcase execution. Moreover, testcases were depend on global
state changed previous testcases. This leads to a flaky behaviour.
The patch add a hook `g.before_each` that set global options to
`false` before running each testcase, remove calling
`test_options_calls` in testcase `g.test_call` because this
testcase does not set options to a `true`. Also, the patch fixes
formatting for a table.
Follows up commit 25a979a
("test: fix app-luatest/gh_7000_compat_module_test.lua").
Follows up tarantool#7000
NO_CHANGELOG=testing
NO_DOC=testing
NO_TEST=testing
0 commit comments