Skip to content

Disable flaky timeouts in test server#651

Merged
smaye81 merged 1 commit intomainfrom
sayers/fix_flaky_test
May 24, 2023
Merged

Disable flaky timeouts in test server#651
smaye81 merged 1 commit intomainfrom
sayers/fix_flaky_test

Conversation

@smaye81
Copy link
Copy Markdown
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.

Comment thread packages/connect-node/src/node-universal-handler.spec.ts
@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
@smaye81 smaye81 requested a review from dimitropoulos May 24, 2023 15:23
Copy link
Copy Markdown
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
@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.

2 participants