Skip to content

Commit d2ff255

Browse files
committed
Add flaky tests checksums to fragile
Added for tests with issues: app/fiber.test.lua gh-5341 app-tap/http_client.test.lua gh-5346 replication/ddl.test.lua gh-5337 replication/gh-3160-misc-heartbeats-on-master-changes.test.lua gh-4940 replication/gh-3637-misc-error-on-replica-auth-fail.test.lua gh-5343 replication/long_row_timeout.test.lua gh-4351 replication/on_replace.test.lua gh-5344 replication/qsync_advanced.test.lua gh-5340 replication/replicaset_ro_mostly.test.lua gh-5342 vinyl/ddl.test.lua gh-5338 vinyl/iterator.test.lua gh-5336 t
1 parent 3cf741b commit d2ff255

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

test/app-tap/suite.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ fragile = {
1010
"tests": {
1111
"tarantoolctl.test.lua": {
1212
"issues": [ "gh-5059" ]
13+
},
14+
"http_client.test.lua": {
15+
"issues": [ "gh-5346" ]
1316
}
1417
}
1518
}

test/app/suite.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ fragile = {
1717
"issues": [ "gh-4978" ]
1818
},
1919
"fiber.test.lua": {
20-
"issues": [ "gh-4987" ]
20+
"issues": [ "gh-4987", "gh-5341" ],
21+
"checksums": [ "fe10aeb6841cae7f47c5e3bb8256dee9" ]
2122
}
2223
}
2324
}

test/replication/suite.ini

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ fragile = {
1919
"checksums": [ "5d3f58323aafc1a11d9b9264258f7acf" ]
2020
},
2121
"long_row_timeout.test.lua": {
22-
"issues": [ "gh-4351" ]
22+
"issues": [ "gh-4351" ],
23+
"checksums": [ "acd88b48b0046ec52346274eeeef0b25" ]
2324
},
2425
"gh-3160-misc-heartbeats-on-master-changes.test.lua": {
25-
"issues": [ "gh-4940" ]
26+
"issues": [ "gh-4940" ],
27+
"checksums": [ "39b09085bc6398d15324191851d6f556" ]
2628
},
2729
"skip_conflict_row.test.lua": {
2830
"issues": [ "gh-4958" ]
@@ -54,6 +56,26 @@ fragile = {
5456
"on_schema_init.test.lua": {
5557
"issues": [ "gh-5291" ],
5658
"checksums": [ "1cb01c103258e26c8a80458f6c40fd44" ]
59+
},
60+
"ddl.test.lua": {
61+
"issues": [ "gh-5337" ],
62+
"checksums": [ "a006d40205b9a67ddbbb8206b4e1764c" ]
63+
},
64+
"qsync_advanced.test.lua": {
65+
"issues": [ "gh-5340" ],
66+
"checksums": [ "51ee48072d103509eca347ecfc4ca26a" ]
67+
},
68+
"replicaset_ro_mostly.test.lua": {
69+
"issues": [ "gh-5342" ],
70+
"checksums": [ "b2647b5bdbda47efe5b1add57285d226" ]
71+
},
72+
"gh-3637-misc-error-on-replica-auth-fail.test.lua": {
73+
"issues": [ "gh-5343" ],
74+
"checksums": [ "4cefa5f4c770cfc4f807c4a860e61d14", "67ca0a848e3e0f3c213e9c9e74514dc1" ]
75+
},
76+
"on_replace.test.lua": {
77+
"issues": [ "gh-4997", "gh-5344" ],
78+
"checksums": [ "407b670018516464e5b74469915a4739" ]
5779
}
5880
}
5981
}

test/vinyl/suite.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ fragile = {
5151
},
5252
"gh.test.lua": {
5353
"issues": [ "gh-5141" ]
54+
},
55+
"iterator.test.lua": {
56+
"issues": [ "gh-5336" ],
57+
"checksums": [ "138808fd31b68d1b1c53c6a146124856" ]
58+
},
59+
"ddl.test.lua": {
60+
"issues": [ "gh-5338" ],
61+
"checksums": [ "6df64ebe4780edf2c7b46777b809efdc" ]
5462
}
5563
}
5664
}

0 commit comments

Comments
 (0)