Skip to content

Commit

Permalink
Add flaky tests checksums to fragile 2nd part
Browse files Browse the repository at this point in the history
Added for tests with issues:

  box/gh-5135-invalid-upsert.test.lua		gh-5376
  box/huge_field_map_long.test.lua		gh-5375
  replication/box_set_replication_stress.test.lua gh-4992
  replication/election_basic.test.lua		gh-5368
  replication/show_error_on_disconnect.test.lua	gh-5371
  vinyl/gh-4957-too-many-upserts.test.lua	gh-5378
  vinyl/quota.test.lua				gh-5377
  vinyl/snapshot.test.lua			gh-4984
  vinyl/stat.test.lua				gh-4951
  • Loading branch information
avtikhon committed Oct 4, 2020
1 parent dba2dcd commit 5355688
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
8 changes: 8 additions & 0 deletions test/box/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ fragile = {
"gh-2763-session-credentials-update.test.lua": {
"issues": [ "gh-5363" ],
"checksums": [ "3caab61b50328a1b8bdaa0b2d857d95b" ]
},
"huge_field_map_long.test.lua": {
"issues": [ "gh-5375" ],
"checksums": [ "57e0451794c2b55625e5c0b2483d1b26" ]
},
"gh-5135-invalid-upsert.test.lua": {
"issues": [ "gh-5376" ],
"checksums": [ "5f0424778fda5bd30f48d707eebe1983" ]
}
}
}
10 changes: 9 additions & 1 deletion test/replication/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fragile = {
},
"box_set_replication_stress.test.lua": {
"issues": [ "gh-4992", "gh-4986" ],
"checksums": [ "58cd2e36248c230e96c02397af5d7dbd" ]
"checksums": [ "58cd2e36248c230e96c02397af5d7dbd", "295cc60d4fbd223d5b6e44f88afac46a" ]
},
"gh-4605-empty-password.test.lua": {
"issues": [ "gh-5030" ]
Expand Down Expand Up @@ -94,6 +94,14 @@ fragile = {
"prune.test.lua": {
"issues": [ "gh-5361" ],
"checksums": [ "2dd52fed642b0132ccef3853ad96a807", "7efe2d7cb3a869a1ea5fb954f323d06d" ]
},
"election_basic.test.lua": {
"issues": [ "gh-5368" ],
"checksums": [ "9c27e4fbc1acfb49f3bd1ab05423bf72", "69d75832017bb140887fd9c7b1d43cf1", "42ff9f71a7ad2de4b379ec61707b0761", "2870483307db27542796a3b2cf76a9f1" ]
},
"show_error_on_disconnect.test.lua": {
"issues": [ "gh-5371" ],
"checksums": [ "304214225ce2a0238cc583059733f73a", "7bb4a0f8d3f82fa998462ea8120983fb" ]
}
}
}
14 changes: 12 additions & 2 deletions test/vinyl/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ fragile = {
"issues": [ "gh-4168" ]
},
"stat.test.lua": {
"issues": [ "gh-4951" ]
"issues": [ "gh-4951" ],
"checksums": [ "5db4cf9154310dc41303ff68fb413252" ]
},
"misc.test.lua": {
"issues": [ "gh-4979" ]
},
"snapshot.test.lua": {
"issues": [ "gh-4984" ]
"issues": [ "gh-4984" ],
"checksums": [ "10783b2ecef8db6735719304f3d72b88" ]
},
"write_iterator.test.lua": {
"issues": [ "gh-4572" ]
Expand Down Expand Up @@ -67,6 +69,14 @@ fragile = {
"write_iterator_rand.test.lua": {
"issues": [ "gh-5356" ],
"checksums": [ "2dd52fed642b0132ccef3853ad96a807" ]
},
"quota.test.lua": {
"issues": [ "gh-5377" ],
"checksums": [ "6b023a67afd5e3df09a684eaac91dcaa" ]
},
"gh-4957-too-many-upserts.test.lua": {
"issues": [ "gh-5378" ],
"checksums": [ "56826ed479bf2ce7613fc56533c93c9a" ]
}
}
}

0 comments on commit 5355688

Please sign in to comment.