Skip to content

Commit

Permalink
Re-enable Shuttle tests
Browse files Browse the repository at this point in the history
The Shuttle issue was fixed by awslabs/shuttle#139

Signed-off-by: James Bornholt <bornholt@amazon.com>
  • Loading branch information
jamesbornholt committed Mar 7, 2024
1 parent 56591e7 commit edd0c9e
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 36 deletions.
90 changes: 59 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
serial_test = "2.0.0"
sha2 = "0.10.6"
shuttle = { version = "0.5.0" }
shuttle = { version = "0.7.0" }
tempfile = "3.4.0"
test-case = "2.2.2"
tokio = { version = "1.24.2", features = ["rt", "macros"] }
Expand Down
4 changes: 0 additions & 4 deletions mountpoint-s3/src/prefetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,6 @@ mod tests {
assert_eq!(next_offset, object_size);
}

// TODO: reenable this test when issues with task termination are fixed in shuttle
#[ignore]
#[test]
fn sequential_read_stress() {
check_random(sequential_read_stress_helper, 1000);
Expand Down Expand Up @@ -1175,8 +1173,6 @@ mod tests {
}
}

// TODO: reenable this test when issues with task termination are fixed in shuttle
#[ignore]
#[test]
fn random_read_stress() {
check_random(random_read_stress_helper, 1000);
Expand Down

0 comments on commit edd0c9e

Please sign in to comment.