File tree 7 files changed +22
-0
lines changed
7 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ use_unix_sockets = True
7
7
use_unix_sockets_iproto = True
8
8
is_parallel = True
9
9
pretest_clean = True
10
+ fragile = fiber_channel.test.lua ; gh-4961
11
+ socket.test.lua ; gh-4978
12
+ fiber.test.lua ; gh-4987
Original file line number Diff line number Diff line change @@ -14,3 +14,11 @@ fragile = bitset.test.lua ; gh-4095
14
14
func_reload.test.lua ; gh-4425
15
15
function1.test.lua ; gh-4199
16
16
net.box.test.lua ; gh-3851 gh-4383
17
+ alter_limits.test.lua ; gh-4926
18
+ misc.test.lua ; gh-4982
19
+ tuple.test.lua ; gh-4988
20
+ transaction.test.lua ; gh-4990
21
+ rtree_rect.test.lua ; gh-4994
22
+ sequence.test.lua ; gh-4996
23
+ on_replace.test.lua ; gh-4997
24
+ role.test.lua ; gh-4998
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ lua_libs = conflict.lua ../box/lua/utils.lua ../box/lua/push.lua
11
11
is_parallel = True
12
12
pretest_clean = True
13
13
fragile = recover_wal.test.lua ; gh-3767
14
+ ddl.test.lua ; gh-4353
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ script = master.lua
4
4
description = tarantool/box, replication
5
5
is_parallel = True
6
6
fragile = init_storage.test.py ; gh-4949
7
+ conflict.test.py ; gh-4980
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ fragile = errinj.test.lua ; gh-3870
18
18
sync.test.lua ; gh-3835 gh-3877
19
19
transaction.test.lua ; gh-4312
20
20
wal_off.test.lua ; gh-4355
21
+ wal_rw_stress.test.lua ; gh-4977
22
+ replica_rejoin.test.lua ; gh-4985
23
+ recover_missing_xlog.test.lua ; gh-4989
24
+ box_set_replication_stress ; gh-4992
Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ fragile = errinj.test.lua ; gh-4346
16
16
select_consistency.test.lua ; gh-4385
17
17
throttle.test.lua ; gh-4168
18
18
stat.test.lua ; gh-4951
19
+ misc.test.lua ; gh-4979
20
+ snapshot.test.lua ; gh-4984
21
+ write_iterator.test.lua ; gh-4572
22
+ errinj_ddl.test.lua ; gh-4993
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ long_run = snap_io_rate.test.lua
11
11
is_parallel = True
12
12
pretest_clean = True
13
13
fragile = checkpoint_daemon.test.lua ; gh-4952
14
+ panic_on_broken_lsn.test.lua ; gh-4991
You can’t perform that action at this time.
0 commit comments