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/election_basic.test.lua		gh-5368
  replication/show_error_on_disconnect.test.lua	gh-5371
  vinyl/quota.test.lua				gh-5377
  vinyl/stat.test.lua				gh-4951
  • Loading branch information
avtikhon committed Oct 3, 2020
1 parent 37e5d47 commit bc90ba0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
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" ]
}
}
}
8 changes: 8 additions & 0 deletions test/replication/suite.ini
Original file line number Diff line number Diff line change
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" ]
},
"show_error_on_disconnect.test.lua": {
"issues": [ "gh-5371" ],
"checksums": [ "304214225ce2a0238cc583059733f73a" ]
}
}
}
7 changes: 6 additions & 1 deletion test/vinyl/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ fragile = {
"issues": [ "gh-4168" ]
},
"stat.test.lua": {
"issues": [ "gh-4951" ]
"issues": [ "gh-4951" ],
"checksums": [ "5db4cf9154310dc41303ff68fb413252" ]
},
"misc.test.lua": {
"issues": [ "gh-4979" ]
Expand Down Expand Up @@ -67,6 +68,10 @@ fragile = {
"write_iterator_rand.test.lua": {
"issues": [ "gh-5356" ],
"checksums": [ "2dd52fed642b0132ccef3853ad96a807" ]
},
"quota.test.lua": {
"issues": [ "gh-5377" ],
"checksums": [ "6b023a67afd5e3df09a684eaac91dcaa" ]
}
}
}

0 comments on commit bc90ba0

Please sign in to comment.