Skip to content

test: move net bytes-per-chunk test to parallel

This was added in 3217e8e6 as a regression test for a security patch. We moved it to sequential to lower the risk of creating a flaky test, because an earlier version of it was failing one some platforms.

There is no known reason why te test should be flaky in this form, though, and moving it to parallel would be good because it does take around 3 seconds that would otherwise fully count towards the test run time.

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

Merge request reports

Loading