Skip to content

Commit

Permalink
Add flaky tests checksums to fragile
Browse files Browse the repository at this point in the history
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
  replication/wal_rw_stress.test.lua		gh-5347
  vinyl/ddl.test.lua				gh-5338
  vinyl/iterator.test.lua			gh-5336
  • Loading branch information
avtikhon committed Sep 28, 2020
1 parent 3cf741b commit 6eaeb7e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
3 changes: 3 additions & 0 deletions test/app-tap/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ fragile = {
"tests": {
"tarantoolctl.test.lua": {
"issues": [ "gh-5059" ]
},
"http_client.test.lua": {
"issues": [ "gh-5346" ]
}
}
}
3 changes: 2 additions & 1 deletion test/app/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ fragile = {
"issues": [ "gh-4978" ]
},
"fiber.test.lua": {
"issues": [ "gh-4987" ]
"issues": [ "gh-4987", "gh-5341" ],
"checksums": [ "fe10aeb6841cae7f47c5e3bb8256dee9" ]
}
}
}
29 changes: 27 additions & 2 deletions test/replication/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ fragile = {
"checksums": [ "5d3f58323aafc1a11d9b9264258f7acf" ]
},
"long_row_timeout.test.lua": {
"issues": [ "gh-4351" ]
"issues": [ "gh-4351" ],
"checksums": [ "acd88b48b0046ec52346274eeeef0b25" ]
},
"gh-3160-misc-heartbeats-on-master-changes.test.lua": {
"issues": [ "gh-4940" ]
"issues": [ "gh-4940" ],
"checksums": [ "39b09085bc6398d15324191851d6f556" ]
},
"skip_conflict_row.test.lua": {
"issues": [ "gh-4958" ]
Expand Down Expand Up @@ -54,6 +56,29 @@ fragile = {
"on_schema_init.test.lua": {
"issues": [ "gh-5291" ],
"checksums": [ "1cb01c103258e26c8a80458f6c40fd44" ]
},
"ddl.test.lua": {
"issues": [ "gh-5337" ],
"checksums": [ "a006d40205b9a67ddbbb8206b4e1764c" ]
},
"qsync_advanced.test.lua": {
"issues": [ "gh-5340" ],
"checksums": [ "51ee48072d103509eca347ecfc4ca26a" ]
},
"replicaset_ro_mostly.test.lua": {
"issues": [ "gh-5342" ],
"checksums": [ "b2647b5bdbda47efe5b1add57285d226" ]
},
"gh-3637-misc-error-on-replica-auth-fail.test.lua": {
"issues": [ "gh-5343" ],
"checksums": [ "4cefa5f4c770cfc4f807c4a860e61d14"]
},
"on_replace.test.lua": {
"issues": [ "gh-4997", "gh-5344" ],
"checksums": [ "407b670018516464e5b74469915a4739"]
},
"wal_rw_stress.test.lua": {
"issues": [ "gh-5347" ]
}
}
}
8 changes: 8 additions & 0 deletions test/vinyl/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ fragile = {
},
"gh.test.lua": {
"issues": [ "gh-5141" ]
},
"iterator.test.lua": {
"issues": [ "gh-5336" ],
"checksums": [ "138808fd31b68d1b1c53c6a146124856" ]
},
"ddl.test.lua": {
"issues": [ "gh-5338" ],
"checksums": [ "6df64ebe4780edf2c7b46777b809efdc" ]
}
}
}

0 comments on commit 6eaeb7e

Please sign in to comment.