This commit is contained in:
Joey Hess 2022-02-18 12:35:49 -04:00
parent 52bc18850e
commit 56d180864f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-02-18T16:20:10Z"
content="""
This is odd because the test suite says
that "git-annex import" failed, but its
output "list foo ok" seems to indicate it succeeded.
(There is no other output apparently.)
commitRemote outputs "update" when it starts, so it apparently
never got that far. Seems to leave a failure in importKeys
that somehow crashes it without an error message.
I can't think of a way that git-annex could crash without an error message,
unless it was an external problem eg a SIGEGV or OOM killer or something like
that.
"""]]