Skip to content
Snippets Groups Projects
Commit 430c0e80 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Kirill Yukhin
Browse files

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
parent 33cc961c
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,6 @@ use_unix_sockets = True
use_unix_sockets_iproto = True
is_parallel = True
pretest_clean = True
fragile = fiber_channel.test.lua ; gh-4961
socket.test.lua ; gh-4978
fiber.test.lua ; gh-4987
......@@ -14,3 +14,11 @@ fragile = bitset.test.lua ; gh-4095
func_reload.test.lua ; gh-4425
function1.test.lua ; gh-4199
net.box.test.lua ; gh-3851 gh-4383
alter_limits.test.lua ; gh-4926
misc.test.lua ; gh-4982
tuple.test.lua ; gh-4988
transaction.test.lua ; gh-4990
rtree_rect.test.lua ; gh-4994
sequence.test.lua ; gh-4996
on_replace.test.lua ; gh-4997
role.test.lua ; gh-4998
......@@ -11,3 +11,4 @@ lua_libs = conflict.lua ../box/lua/utils.lua ../box/lua/push.lua
is_parallel = True
pretest_clean = True
fragile = recover_wal.test.lua ; gh-3767
ddl.test.lua ; gh-4353
......@@ -4,3 +4,4 @@ script = master.lua
description = tarantool/box, replication
is_parallel = True
fragile = init_storage.test.py ; gh-4949
conflict.test.py ; gh-4980
......@@ -18,3 +18,7 @@ fragile = errinj.test.lua ; gh-3870
sync.test.lua ; gh-3835 gh-3877
transaction.test.lua ; gh-4312
wal_off.test.lua ; gh-4355
wal_rw_stress.test.lua ; gh-4977
replica_rejoin.test.lua ; gh-4985
recover_missing_xlog.test.lua ; gh-4989
box_set_replication_stress ; gh-4992
......@@ -16,3 +16,7 @@ fragile = errinj.test.lua ; gh-4346
select_consistency.test.lua ; gh-4385
throttle.test.lua ; gh-4168
stat.test.lua ; gh-4951
misc.test.lua ; gh-4979
snapshot.test.lua ; gh-4984
write_iterator.test.lua ; gh-4572
errinj_ddl.test.lua ; gh-4993
......@@ -11,3 +11,4 @@ long_run = snap_io_rate.test.lua
is_parallel = True
pretest_clean = True
fragile = checkpoint_daemon.test.lua ; gh-4952
panic_on_broken_lsn.test.lua ; gh-4991
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment