ouroboros-consensus
ouroboros-consensus copied to clipboard
Fix ChainDB q-s-m test on Windows
On Windows, the ChainDB q-s-m test either takes ages (2-3h, compared to <2min on Linux) to complete, or fails with very obscure error messages. This happens both on “real” Windows machines and via Wine.
We now disabled the test in input-output-hk/ouroboros-network#3942 for the time being, but the core issue remains.
Closed as we don't run this in CI anymore
Huh, shouldn't we keep this open to eventually enable the test again? AFAIK, it might be as simple as reenabling it once we drop GHC 8.10.
Hmm, ok 😄 I thought we were not going to test Windows on our CI
(We indeed currently don't test native Windows, but we do test cross-compiled Windows via haskell.nix.)