Skip to content

Commit

Permalink
test: added/deleted checksums for flaky tests
Browse files Browse the repository at this point in the history
Added:

  box/access.test.lua				 	gh-5373 gh-5411
  box/net.box_incorrect_iterator_gh-841.test.lua	gh-5434
  replication/election_qsync.test.lua			gh-5430

Removed:

  replication/gh-5426-election-on-off.test.lua		gh-5433
  • Loading branch information
avtikhon committed Nov 1, 2020
1 parent 42c64d0 commit 79fc07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/box/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ fragile = {
"issues": [ "gh-5410" ],
"checksums": [ "11eefd2021fa435c1893ab1584031e5d" ]
},
"box/access.test.lua": {
"access.test.lua": {
"issues": [ "gh-5373", "gh-5411" ],
"checksums": [ "f94a9c1e206e1db81b9f39666ea14cf7" ]
},
"box/net.box_incorrect_iterator_gh-841.test.lua": {
"net.box_incorrect_iterator_gh-841.test.lua": {
"issues": [ "gh-5434" ],
"checksums": [ "3c2b74ee82a7689f29f8a8e50d804ecb" ]
}
Expand Down
6 changes: 1 addition & 5 deletions test/replication/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,9 @@ fragile = {
"gh-5287-boot-anon.test.lua": {
"issues": [ "gh-5412" ]
},
"gh-5426-election-on-off.test.lua": {
"issues": [ "gh-5433" ],
"checksums": [ "bac48704e0fa73da18fc2ce3bb9aaa76" ]
},
"election_qsync.test.lua": {
"issues": [ "gh-5430" ],
"checksums": [ "afaa5d0f392c8de5420a05b268d04741", "6331fe0c2a39d040494598cdcd0dd5da", "ab99808cf72850d3a6892f452550b66a", "da28a9b678ba3ab177f0ddada8387f64", "afed6dfe04e7da2c870fcf5e85e8389d", "64d83114e166124d2abd8fed6b726712" ]
"checksums": [ "afaa5d0f392c8de5420a05b268d04741", "6331fe0c2a39d040494598cdcd0dd5da", "ab99808cf72850d3a6892f452550b66a", "da28a9b678ba3ab177f0ddada8387f64", "afed6dfe04e7da2c870fcf5e85e8389d", "64d83114e166124d2abd8fed6b726712", "0587c125b85ee9ba534b8c9ff0bf31c0" ]
}
}
}

0 comments on commit 79fc07e

Please sign in to comment.