Skip to content

test: move timer-dependent test to sequential

Rodrigo Muino Tomonari requested to merge github/fork/Trott/freebsd2 into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test stream

Description of change

test-stream2-readable-empty-buffer-no-eof fails on resource-constrained machines due to its use of timers. Moving it to sequential will make it more reliable.

Failures were noticed on freebsd10-64 in CI. I am able to replicate the failure with tools/test.py --repeat=100 -j 100. When run alone, it passes reliably.

Merge request reports

Loading