test: fix flaky test-https-server-close- tests by santigimeno · Pull Request #43216 · nodejs/node

@nodejs-github-bot added needs-ci

PRs that need a full CI run.

test

Issues and PRs related to the tests.

labels

May 26, 2022

This was referenced

May 29, 2022

lpinca

This was referenced

Jun 13, 2022

@santigimeno

@santigimeno santigimeno changed the title test: fix flaky test-https-server-close-idle test: fix flaky test-https-server-close- tests

Jun 18, 2022

@F3n67u F3n67u added the flaky-test

Issues and PRs related to the tests with unstable failures on the CI.

label

Jun 18, 2022

@lpinca lpinca added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

Jun 19, 2022

This was referenced

Jun 20, 2022

targos pushed a commit that referenced this pull request

Jul 12, 2022
Don't initiate the second connection until the first has been
established.

Refs: nodejs/reliability#289

PR-URL: #43216
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>