Skip to content

Commit

Permalink
fix flaky S3 E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Apr 30, 2024
1 parent 9b6c998 commit 6c5c58b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/s3/e2eTest/src/S3TestUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ object S3TestUtils {
jobs.joinAll()

client.deleteBucket { bucket = bucketName }

client.waitUntilBucketExists {
bucket = bucketName
}
} catch (ex: Exception) {
println("Failed to delete bucket: $bucketName")
throw ex
Expand Down

0 comments on commit 6c5c58b

Please sign in to comment.