Fix intermittent failure of the test suite

Its repeated opening and writing to the sqlite database somehow caused
inode cache information to occasionally be lost.

This loses code coverage, since running git-annex as a child process
prevents tracking what parts of the code are exercised. I have not looked
at the code coverage in a long time. It would probably be possible to
collect code coverage for the child procesess and merge it together.
This commit is contained in:
Joey Hess 2019-08-16 11:11:55 -04:00
parent 83cdc511da
commit fa62c32233
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 14 additions and 30 deletions

View file

@ -31,3 +31,5 @@ FAIL (0.34s)
I have tried to rebuild (`debian/rules binary`) second time while in the same environment -- didn't succeed... but then I proceeded to build amd64 fine, and redid i386 build just fine
[[!meta author=yoh]]
> [[fixed|done]] though w/o a true root cause analysis --[[Joey]]