Skip to content

Commit

Permalink
clustertest: Ignore flaky test
Browse files Browse the repository at this point in the history
This test has historically been flaky but recently been flaky to the
point of being disruptive, so ignoring it until the ticket to
investigate the flakiness can be completed.

Refs: REA-3107
Change-Id: I045b74bf1623d4a2f284495463c4940a10ce17d5
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/6185
Tested-by: Buildkite CI
Reviewed-by: Ethan Donowitz <ethan@readyset.io>
  • Loading branch information
lukoktonos committed Oct 9, 2023
1 parent 456eb17 commit 132dafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readyset-clustertest/src/readyset_mysql.rs
Expand Up @@ -675,6 +675,7 @@ async fn cached_queries_filtering() {
/// of the servers. After the failure, we verify that we can still perform the
/// query on ReadySet and we return the correct results.
#[clustertest]
#[ignore = "Flaky test (REA-3107)"]
async fn correct_data_after_restart() {
let mut deployment = readyset_mysql("ct_correct_data_after_restart")
.min_workers(2)
Expand Down

0 comments on commit 132dafe

Please sign in to comment.