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

[nfc] lower test timeouts #2583

Merged
merged 2 commits into from
Aug 22, 2024
Merged

[nfc] lower test timeouts #2583

merged 2 commits into from
Aug 22, 2024

Conversation

mikea
Copy link
Collaborator

@mikea mikea commented Aug 21, 2024

No description provided.

@mikea mikea force-pushed the maizatskyi/2024-08-21-test-timeouts branch 5 times, most recently from fdb8fd2 to bfeac15 Compare August 21, 2024 21:16
@@ -26,10 +26,124 @@ kj_test(
deps = ["//src/workerd/tests:test-fixture"],
)

[wd_test(
src = f,
wd_test(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some tests are large, so rather than deal with excludes I expanded this. Hope you don't mind @anonrig

@mikea mikea marked this pull request as ready for review August 21, 2024 21:24
@mikea mikea requested review from a team as code owners August 21, 2024 21:24
@mikea mikea force-pushed the maizatskyi/2024-08-21-test-timeouts branch from bfeac15 to b619cb0 Compare August 21, 2024 21:25
@fhanau
Copy link
Collaborator

fhanau commented Aug 21, 2024

@mikea Make sure you have all tests that need to be tagged as large/enormous, including under ASan – bazel may or may not list tests as failed if the cached test time is larger than the time limit, and if a test is narrowly below a threshold it should be bumped to the higher level to avoid flakiness.

@mikea mikea force-pushed the maizatskyi/2024-08-21-test-timeouts branch from b619cb0 to 221e005 Compare August 22, 2024 02:29
@mikea mikea merged commit 320b28d into main Aug 22, 2024
10 checks passed
@mikea mikea deleted the maizatskyi/2024-08-21-test-timeouts branch August 22, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants