Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

foldl-statistics-0.1.4.1 LinRegState Semigroup testcase #2

Open
juhp opened this issue Jan 6, 2017 · 2 comments
Open

foldl-statistics-0.1.4.1 LinRegState Semigroup testcase #2

juhp opened this issue Jan 6, 2017 · 2 comments

Comments

@juhp
Copy link

juhp commented Jan 6, 2017

In Stackage Nightly one testcase failed:

      LinRegState Semigroup:                 FAIL (0.19s)
        *** Failed! Falsifiable (after 28 tests and 23 shrinks): 
        [(-40.96317088163834,0.0),(-23.09878837980997,0.0),(-22.00861641446635,1.0)]
        [(10.277689040163754,0.0),(-32.416612824084986,0.0),(-120.15609657741514,0.822813069381938),(18.047491675541508,0.0),(-5.443624038374302,0.0),(-12.563647685049569,0.0),(-86.81658742129697,0.0)]
        Use --quickcheck-replay '27 TFGenR A822A66AAE1CD18840CD7862FAE2DDEAFF10C72ABECF5388BCE8101E9E9266DB 0 1023 10 0' to reproduce.

1 out of 24 tests failed (0.95s)
@axman6
Copy link
Collaborator

axman6 commented Jan 6, 2017

This is probably due to an overly optimistic test case, it succeeds more often than it fails, but the failure afaict is basically noise, one bit going one way or another depending on order of operations. (you might notice I ran into this too and annotated the tests with a failing case too). I'll look into it, though and see if it's actually a problem. Rerunning the build on Travis more often than not causes the test to pass again.

@juhp
Copy link
Author

juhp commented Jan 10, 2017

Okay thanks - I will add it to expected failures in Stackage Nightly then.

juhp added a commit to commercialhaskell/stackage that referenced this issue Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants