Skip to content

Fixing flaky test #27

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

Merged
merged 1 commit into from
Jan 15, 2018
Merged

Fixing flaky test #27

merged 1 commit into from
Jan 15, 2018

Conversation

jdesiloniz
Copy link

There was a particularly flaky test in our set of exercises, regarding the Type Classes section. This exercises expects a function to perform an ordering in a list of rational numbers. As there are multiple versions of this function that could return a correct answer, our property testing is getting falsified results almost all runs (as it tries to offer false answers and will fail if a correct response is given).

Lacking a better solution, in this case I'm changing this test to use a straightforward application instead, to avoid issues with future changes and deployments.

…s to it and gets falsified in property testing
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

Successfully merging this pull request may close these issues.

2 participants