bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

Run more quickcheck tests in CI #160

Closed MichaelXavier closed 7 years ago

MichaelXavier commented 7 years ago

This will make our test runs longer but we keep getting periodic test failures where quickcheck correctly identifies a failure that isn't caught on the next run. I think the quickcheck test number by default is pretty small so we should bump it up to at least catch these errors more often and hopefully stamp them out.

bitemyapp commented 7 years ago

I care more about being able to trust the CI, myself.

MichaelXavier commented 7 years ago

Done.