reorder another test

continuing to try to narrow down cause of failure on windows
This commit is contained in:
Joey Hess 2021-04-22 10:03:35 -04:00
parent 7b465515e6
commit 3e63f00f63
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 20 additions and 4 deletions

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2021-04-22T13:40:33Z"
content="""
Problem is confirmed to not be from the 33% test, the 0% test failed when
run before it, also in the removeAnnex part. And removeAnnex didn't change
lately, so it seems probably an earlier test sets up the failure.
I've moved the 0% test to be the first test that retrieves the file, let's
see if it succeeds that way, and if so, it must be that retrieveKeyFile is
leaking a file handle, despite using withBinaryFile which is supposed to
close handles automatically.
ghc version used for this windows build is 8.8.4 btw.
"""]]