threads icon indicating copy to clipboard operation
threads copied to clipboard

threads-0.5.1.3 test suite failure

Open peti opened this issue 10 years ago • 3 comments

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

peti avatar Feb 05 '15 10:02 peti

Still seems to be an issue in the latest version: https://travis-ci.org/basvandijk/threads/jobs/254326498.

23Skidoo avatar Jul 27 '17 20:07 23Skidoo

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.

mrkkrp avatar May 10 '18 15:05 mrkkrp

Bump, just reporting that I saw this test suite failure today on the Stackage build server. However, I am unable to reproduce it locally.

DanBurton avatar Dec 23 '18 05:12 DanBurton