Skip to content

test: move test-child-process-fork-getconnections to parallel

Change the test to use listen(0) instead of common.PORT, then move the test to parallel. Checked for parallel flakiness with python3 tools/test.py -j96 --repeat 192 test/parallel/test-child-process-fork-getconnections.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading