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

testrunner fairness #14967

Closed
wants to merge 1 commit into from
Closed

testrunner fairness #14967

wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Sep 19, 2024

Collect all ready runners from select() and process in a loop. This assures fairness in processing among all runners.

Formerly, only the first ready runner in the list of all was processed, leading to later runners being delayed in processing and reporting overly long test durations.

Also, reduce the backend idle timeout for the h2/h3 test servers so that process shutdowns take less time.

Collect all ready runners from select() and process in a loop.
This assures fairness in processing among all runners.

Formerly, only the first ready runner in the list of all was
processed, leading to later runners being delayed in processing
and reporting overly long test durations.

Also, reduce the backend idle timeout for the h2/h3 test servers
so that process shutdowns take less time.
@github-actions github-actions bot added the tests label Sep 19, 2024
@bagder bagder closed this in 9413949 Sep 19, 2024
moritzbuhl pushed a commit to moritzbuhl/curl that referenced this pull request Sep 20, 2024
Collect all ready runners from select() and process in a loop. This
assures fairness in processing among all runners.

Formerly, only the first ready runner in the list of all was processed,
leading to later runners being delayed in processing and reporting
overly long test durations.

Also, reduce the backend idle timeout for the h2/h3 test servers so that
process shutdowns take less time.

Closes curl#14967
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant