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

chore: broaden use of flaky mark #4865

Merged
merged 5 commits into from
Nov 12, 2024
Merged

chore: broaden use of flaky mark #4865

merged 5 commits into from
Nov 12, 2024

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Oct 31, 2024

Resolved issues:

None

Description of changes:

In #4558, I discovered that aarch64 runs of some tests under nix were flaky. With expanding Nix test runs, we're now seeing the same flakiness on x86. This PR removes the arch specific retries on some tests, and more evenly marks tests as flaky.

Call-outs:

The underlying issue remains: the way we are using stdout/stderr to watch for flags is not foolproof. On flaky tests, we see the "long running tests" are hitting the timeout value and are being killed by pytest.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? CI

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Oct 31, 2024
@dougch dougch requested a review from goatgoose October 31, 2024 17:55
@dougch dougch requested a review from toidiu November 5, 2024 22:12
@dougch dougch enabled auto-merge (squash) November 6, 2024 18:46
@dougch dougch merged commit 0f96548 into aws:main Nov 12, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants