3 subject="""comment 6"""
4 date="2021-04-23T04:21:05Z"
6 Results from Windows autobuilder with the 0% test being the first test ran:
7 That test succeeded, and then the 33% test failed. So apparently the first
8 retrieveKeyFile is setting up a situation where the second one fails.
10 Meanwhile, on Linux, I have verified that there is no leaking file handle
11 by retrieveKeyFile. Which doesn't mean there isn't on windows, but if there
12 is, it's a ghc bug or a Windows bug and not a bug I can do anything about.
14 Also, manually testing the directory special remote, not using the test
15 suite, retrieveKeyFile seems to work ok, even when run multiple times.
17 I have disabled the remote tests on Windows.