Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky s3 listbuckets test #112

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Fix flaky s3 listbuckets test #112

merged 1 commit into from
Jul 29, 2024

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented Jul 29, 2024

In this PR, we address flakiness in the s3.listBuckets test. We used the ChaiJS above(1) statement, which checked if the value was greater than 1, although it turned out it could also be 1. We thus switch to least which performs a greater than or equal operation on the value instead.

@oleiade oleiade added the bug Something isn't working label Jul 29, 2024
@oleiade oleiade self-assigned this Jul 29, 2024
@oleiade oleiade requested a review from a team as a code owner July 29, 2024 10:12
@oleiade oleiade requested review from mstoykov, codebien and olegbespalov and removed request for a team and mstoykov July 29, 2024 10:12
@oleiade oleiade merged commit 2791a75 into main Jul 29, 2024
3 checks passed
@oleiade oleiade deleted the fix_s3_flaky_test branch July 29, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants