Skip to content

Commit a0ad382

Browse files
committed
test: mark tests as fragile, 2nd group
Fragiled flaky tests from parallel runs to avoid of flaky fails in regular testing: app/fiber.test.lua ; gh-4987 app/fiber_channel.test.lua ; gh-4961 app/socket.test.lua ; gh-4978 box/alter_limits.test.lua ; gh-4926 box/misc.test.lua ; gh-4982 box/role.test.lua ; gh-4998 box/rtree_rect.test.lua ; gh-4994 box/sequence.test.lua ; gh-4996 box/tuple.test.lua ; gh-4988 engine/ddl.test.lua ; gh-4353 replication/box_set_replication_stress ; gh-4992 replication/recover_missing_xlog.test.lua ; gh-4989 replication/replica_rejoin.test.lua ; gh-4985 replication/wal_rw_stress.test.lua ; gh-4977 replication-py/conflict.test.py ; gh-4980 vinyl/errinj_ddl.test.lua ; gh-4993 vinyl/misc.test.lua ; gh-4979 vinyl/snapshot.test.lua ; gh-4984 vinyl/write_iterator.test.lua ; gh-4572 xlog/panic_on_broken_lsn.test.lua ; gh-4991 Part of #4953
1 parent 7f20272 commit a0ad382

File tree

7 files changed

+22
-0
lines changed

7 files changed

+22
-0
lines changed

test/app/suite.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ use_unix_sockets = True
77
use_unix_sockets_iproto = True
88
is_parallel = True
99
pretest_clean = True
10+
fragile = fiber_channel.test.lua ; gh-4961
11+
socket.test.lua ; gh-4978
12+
fiber.test.lua ; gh-4987

test/box/suite.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ fragile = bitset.test.lua ; gh-4095
1414
func_reload.test.lua ; gh-4425
1515
function1.test.lua ; gh-4199
1616
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

test/engine/suite.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lua_libs = conflict.lua ../box/lua/utils.lua ../box/lua/push.lua
1111
is_parallel = True
1212
pretest_clean = True
1313
fragile = recover_wal.test.lua ; gh-3767
14+
ddl.test.lua ; gh-4353

test/replication-py/suite.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ script = master.lua
44
description = tarantool/box, replication
55
is_parallel = True
66
fragile = init_storage.test.py ; gh-4949
7+
conflict.test.py ; gh-4980

test/replication/suite.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ fragile = errinj.test.lua ; gh-3870
1818
sync.test.lua ; gh-3835 gh-3877
1919
transaction.test.lua ; gh-4312
2020
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

test/vinyl/suite.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ fragile = errinj.test.lua ; gh-4346
1616
select_consistency.test.lua ; gh-4385
1717
throttle.test.lua ; gh-4168
1818
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

test/xlog/suite.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ long_run = snap_io_rate.test.lua
1111
is_parallel = True
1212
pretest_clean = True
1313
fragile = checkpoint_daemon.test.lua ; gh-4952
14+
panic_on_broken_lsn.test.lua ; gh-4991

0 commit comments

Comments
 (0)