ouroboros-consensus icon indicating copy to clipboard operation
ouroboros-consensus copied to clipboard

Fix ChainDB q-s-m test on Windows

Open dnadales opened this issue 3 years ago • 5 comments

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.

dnadales avatar Jul 08 '22 14:07 dnadales

We now disabled the test in input-output-hk/ouroboros-network#3942 for the time being, but the core issue remains.

amesgen avatar Aug 05 '22 11:08 amesgen

Closed as we don't run this in CI anymore

jasagredo avatar Apr 16 '24 12:04 jasagredo

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.

amesgen avatar Apr 16 '24 12:04 amesgen

Hmm, ok 😄 I thought we were not going to test Windows on our CI

jasagredo avatar Apr 16 '24 12:04 jasagredo

(We indeed currently don't test native Windows, but we do test cross-compiled Windows via haskell.nix.)

amesgen avatar Apr 16 '24 12:04 amesgen