After implementing tarantool/tarantool#2199 all sql-tap/ tests run twice: once with memtx engine and once with vinyl. However, if the same test fails in the same worker-thread, .reject file will contain information only about last run, i.e. reason of fail for one engine will disappear. Proposal is to create different reject files for different engines like *.memtx.reject and *.vinyl.reject
After implementing tarantool/tarantool#2199 all sql-tap/ tests run twice: once with memtx engine and once with vinyl. However, if the same test fails in the same worker-thread, .reject file will contain information only about last run, i.e. reason of fail for one engine will disappear. Proposal is to create different reject files for different engines like *.memtx.reject and *.vinyl.reject