IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
250 stars 157 forks source link

`constrained-generators`: fix flakyness in set generator #4431

Closed MaximilianAlgehed closed 2 weeks ago

MaximilianAlgehed commented 2 weeks ago

Description

Here the QuickCheck bug actually revelaed a real issue. That makes me think we should split these tests between actually flaky generators (that are just legitimately difficult to satisfy so will fail some small % of the time) and generators that ought never fail.

Checklist