IntersectMBO / IntersectMBO/ouroboros-network
Improve Uneven generator in `network-mux`.
Open
mux
testing
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
```
starvation: OK (2.05s)
+++ OK, passed 100 tests; 52 discarded.
```
It is discarding half of the results because of the `==>` operator used in the
test. We can avoid it and generate the right data instead.
Contributor guide
Assessment
This issue has not been assessed yet.