This commit is contained in:
Joey Hess 2022-01-11 12:24:40 -04:00
parent 525473aa5a
commit 8ae88923b8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 7"""
date="2022-01-07T16:34:42Z"
content="""
This seems to be a reversion caused by incremental verification. In
P2P.Annex it does incremental verification, and so it notices that the temp
file is corrupted. So, the transfer fails, and the temp file is left
behind.
So I suppose the fix is that, whenever doing incremental verification,
also delete the temp file when it fails.
"""]]

View file

@ -17,3 +17,5 @@ conda linux nodep (standalone) build 8.20211012-geb95ed486 and then with another
[[!meta author=yoh]]
[[!tag projects/datalad]]
[[!tag moreinfo]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2022-01-11T16:16:51Z"
content="""
Ping, can you try to reproduce this with a recent build?
"""]]