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/anon.test.lua			gh-5381
  replication/box_set_replication_stress.test.lua gh-4992
  replication/election_basic.test.lua		gh-5368
  replication/gh-3247-misc-iproto-sequence-value-not-replicated.test.lua gh-5380
  replication/gh-5298-qsync-recovery-snap.test.lua.test.lua gh-5379
  replication/show_error_on_disconnect.test.lua	gh-5371
  vinyl/gc.test.lua				gh-5383
  vinyl/gh-4957-too-many-upserts.test.lua	gh-5378
  vinyl/gh.test.lua				gh-5141
  vinyl/quota.test.lua				gh-5377
  vinyl/snapshot.test.lua			gh-4984
  vinyl/stat.test.lua				gh-4951
  • Loading branch information
avtikhon committed Oct 5, 2020
1 parent eba5944 commit 8a1690a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 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" ]
}
}
}
22 changes: 21 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,26 @@ 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" ]
},
"gh-5298-qsync-recovery-snap.test.lua.test.lua": {
"issues": [ "gh-5379" ],
"checksums": [ "bf05ad24b40e88195563a61bfd1fceef" ]
},
"gh-3247-misc-iproto-sequence-value-not-replicated.test.lua": {
"issues": [ "gh-5380" ],
"checksums": [ "d5176f84099100801f8a67fa25cd2c06" ]
},
"anon.test.lua": {
"issues": [ "gh-5381" ],
"checksums": [ "a73b46d27fc48d2d7016597eeadbed2c" ]
}
}
}
20 changes: 17 additions & 3 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 All @@ -50,7 +52,8 @@ fragile = {
"issues": [ "gh-5089" ]
},
"gh.test.lua": {
"issues": [ "gh-5141" ]
"issues": [ "gh-5141" ],
"checksums": [ "f1286e9e4710062ddfbffb61b2fe2743" ]
},
"iterator.test.lua": {
"issues": [ "gh-5336" ],
Expand All @@ -67,6 +70,17 @@ 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" ]
},
"gc.test.lua": {
"issues": [ "gh-5383" ]
}
}
}

0 comments on commit 8a1690a

Please sign in to comment.