You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still collecting spurious regression test failures? These come and go and come again. Below is from @f8645c4a on Debian Linux, they do not occur on macOS.
test leaks begins at 2022-07-30+16:31:56
...
leaks.sh[371]: FAIL: clear hash table (hash -r) in subshell: leaked approx 576 KiB after 16384 iterations
...
test leaks failed at 2022-07-30+16:31:59 with exit code 1 [ 36 tests 1 error ]
test leaks(C.UTF-8) begins at 2022-07-30+16:31:59
...
test leaks(C.UTF-8) passed at 2022-07-30+16:32:03 [ 36 tests 0 errors ]
test leaks(shcomp) begins at 2022-07-30+16:32:03
...
shcomp-leaks.ksh[371]: FAIL: clear hash table (hash -r) in subshell: leaked approx 612 KiB after 16384 iterations
...
test leaks(shcomp) failed at 2022-07-30+16:32:06 with exit code 1 [ 36 tests 1 error ]
The text was updated successfully, but these errors were encountered:
There were still intermittent leak test failures on Debian.
They're clearly spurious as a different test fails each time.
My testing on a Debian 11.4.0 VM showed that it takes not a
doubling, but a quadrupling of the maximum number of test
iterations (from 16384==2**14 to 65536==2**16) for that system's
memory state to stabilise enough to avoid spurious test failurese.
Resolves: #501
Still collecting spurious regression test failures? These come and go and come again. Below is from @f8645c4a on Debian Linux, they do not occur on macOS.
The text was updated successfully, but these errors were encountered: