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
Disable bank tests that depends on interactive transactions support
Commit 3decf8b78017d86f4b593b28789775aaa930ba97 ("Disable test
bank-multitable-lua") tried to disable test by removing it from a list
of tests (standard workloads). First of all patch disabled incorrect
workload, it should be "bank-multitable-lua" and not "bank-multitable".
Secondly there is a better way to do it - using
"workloads-expected-to-pass" that removes workloads that broken for some
reasons. Now "bank-multitable-lua" has been fixed and no reasons to
disable it, see commit 978dd81 "Fix
test bank with accounts in separate tables". Tests "bank-multitable" and
"bank" are still broken because Tarantool doesn't support interactive
transactions, see Tarantool issue [1] and thus these tests excluded in
"workloads-expected-to-pass". Additionally to use working workloads
on Tarantool CI option "workloads-expected-to-pass" enabled by default
when "test-all" used.
1. tarantool/tarantool#2016
2. #83
Follows up tarantool/tarantool#5848
0 commit comments