Skip to content

test: fix flaky async-hooks/test-tlswrap

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-14404 into master

There is a race condition in async-hooks/test-tlswrap. This addresses it by waiting 5 more ticks if the client has not been destroyed yet.

Fixes: https://github.com/nodejs/node/issues/14404

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test tls async_hooks

Merge request reports

Loading