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:
parent
83cdc511da
commit
fa62c32233
3 changed files with 14 additions and 30 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue