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

Disable flaky timeouts in test server #651

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

smaye81
Copy link
Member

@smaye81 smaye81 commented May 24, 2023

Node 18 introduced a change which enabled two timeout values on the HTTP server by default.

However, this change seems to be a bit buggy and causes flakiness in our Node test servers in v18 and above. So, this PR disables these by default (which is the behavior of v17 and below).

For other bug reports, see:

Verified by running CI tests 5x with no failures.

@smaye81 smaye81 requested a review from timostamm May 24, 2023 15:23
@smaye81 smaye81 marked this pull request as ready for review May 24, 2023 15:23
Copy link
Member

@timostamm timostamm left a comment

Choose a reason for hiding this comment

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

👌

@smaye81 smaye81 merged commit 9c998ae into main May 24, 2023
4 checks passed
@smaye81 smaye81 deleted the sayers/fix_flaky_test branch May 24, 2023 15:45
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.

None yet

2 participants