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

Increase test timeouts (Cherry pick of #18627, #18712, #18847, #18857) #18859

Merged

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Apr 30, 2023

This cherry-picks a bunch of test timeout increases from main to 2.16.x, to reduce the number of spurious re-attempts required for other cherry-picks.

Fully cherry-picked: #18847, #18857

Partially cherry-picked (just the timeout increases): #18627, #18712.

Motivation: when cherry-picking, #18832 required 8 re-attempts, #18839 required 5 and #18850 got to 13, almost all due to tests timing out. Various other cherry-picks likely required many re-attempts too.

huonw and others added 4 commits April 30, 2023 10:40
This bumps up the timeouts of several tests that are regularly causing
spurious failures:

1. `src/python/pants/init/load_backends_integration_test.py`
2. `src/python/pants/base/specs_integration_test.py`
3. `src/python/pants/backend/python/goals/coverage_py_integration_test.py`

The most common of these is 1, especially for cherry-picks to 2.16. For
instance, pantsbuild#18832 required 8 re-attempts, pantsbuild#18839 required 5 and pantsbuild#18850
got to 13.

Given these seem to affect 2.16 cherry-picks so much, I'm thinking it
makes sense to cherry pick this back to that branch too, along with the
increase in pantsbuild#18847, and part of pantsbuild#18627 (the increase to
`src/python/pants/engine/streaming_workunit_handler_integration_test.py`).
@huonw huonw requested review from kaos and benjyw April 30, 2023 00:49
@huonw huonw added the category:internal CI, fixes for not-yet-released features, etc. label Apr 30, 2023
@huonw huonw merged commit 6b9c2f4 into pantsbuild:2.16.x Apr 30, 2023
@huonw huonw deleted the bugfix/cherry-pick-test-timeouts-to-2.16 branch April 30, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants