IntersectMBO / IntersectMBO/cardano-ledger
Too many discards is now also a problem in conformance
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
Today [on CI](https://github.com/IntersectMBO/cardano-ledger/actions/runs/12956079753/job/36144218400#step:14:683) I ran into this failure:
```
Failures:
test/Test/Cardano/Ledger/Conformance/Spec/Conway.hs:27:7:
1) Conway.Conformance, Ticks transition graph, RATIFY
*** Gave up! Passed only 98 tests; 1000 discarded tests:
0% None
83% CC yes votes ratio =0%
8% CC yes votes ratio 0%-20%
1% CC yes votes ratio =100%
85% DRep yes votes ratio =0%
4% DRep yes votes ratio =100%
3% DRep yes votes ratio 0%-20%
53% SPO yes votes ratio =0%
38% SPO yes votes ratio 0%-20%
1% SPO yes votes ratio 40%-60%
3% Accepted at least one NoConfidence
To rerun use: --match "/Conway/Conformance/Ticks transition graph/RATIFY/" --seed 457525973
```
This needs fixing otherwise it is gonna nag us forever as the old tracing testing system still does occasionally
Contributor guide
Assessment
This issue has not been assessed yet.