threads
threads copied to clipboard
threads-0.5.1.3 test suite failure
Citing from http://hydra.nixos.org/build/19371150/log/raw:
Running 1 test suites...
Test suite test-threads: RUNNING...
Thread:
forkIO:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
forkOS:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
forkOn 0:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
forkIOWithUnmask:
wait: [OK]
sync exception: [OK]
async exception: [OK]
forkOnWithUnmask 0:
wait: [OK]
sync exception: [OK]
async exception: [OK]
ThreadGroup:
forkIO:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
group single wait: [OK]
group nrOfRunning: [OK]
forkOS:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
group single wait: [OK]
group nrOfRunning: [Failed]
forkOn 0:
wait: [OK]
maskingState: [OK]
sync exception: [OK]
async exception: [OK]
group single wait: [OK]
group nrOfRunning: [OK]
forkIOWithUnmask:
wait: [OK]
sync exception: [OK]
async exception: [OK]
group single wait: [OK]
group nrOfRunning: [OK]
forkOnWithUnmask 0:
wait: [OK]
sync exception: [OK]
async exception: [OK]
group single wait: [OK]
group nrOfRunning: [OK]
Test Cases Total
Passed 45 45
Failed 1 1
Total 46 46
Test suite test-threads: FAIL
Still seems to be an issue in the latest version: https://travis-ci.org/basvandijk/threads/jobs/254326498.
This causes flakiness in Stackage HEAD runs. The test should be fixed. For now I'll open a PR to disable test suite of this package (and others flaky test suites) on Stackage.
Bump, just reporting that I saw this test suite failure today on the Stackage build server. However, I am unable to reproduce it locally.