Merge branch 'master' of ssh://git-annex.branchable.com into master

This commit is contained in:
Joey Hess 2020-10-12 14:49:36 -04:00
commit b14eb513a7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 6"
date="2020-10-12T16:00:31Z"
content="""
Thank you Joey for the analysis! I am not 100% certain why that nose fork process came about. May be nose (testing framework) causes a fork if some processes are still lingering after a test completes... I guess something for us to keep in mind
Also I
- [identified the change has caused the issue to disappear](https://github.com/datalad/datalad/pull/5013#issuecomment-707189474) while looking through recent datalad changes. Not yet sure if that was anyhow a \"fix\" but at least I do not observe it any longer
- reproduced the issue with elderly 7.20190819+git2-g908476a9b-1~ndall+1, so it confirms that it is not a regression within git-annex (due to some flaky run I thought about possible regression).
I think you can close it, and we (datalad) should keep an eye on nose and real-life if any stalls... so far I only observed datalad abandoning `git-annex` process without waiting long enough (like in the original case I reported here) when it could be just taking longer to complete indeed.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="mhauru"
avatar="http://cdn.libravatar.org/avatar/2532433a0207ba772e6ca964e61899c0"
subject="comment 2"
date="2020-10-12T17:07:58Z"
content="""
Thanks for trying to help! `git status` on the repo that's missing files (and has old versions of some other files, I just noticed) shows nothing remarkable: Some staged modifications, some other unstaged ones, and some untracked files, but they don't include the missing and/or out-of-date ones.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="Lukey"
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
subject="comment 3"
date="2020-10-12T17:20:37Z"
content="""
Hmm, is the broken repo actually on the same branch and same commit as a healthy repo?
"""]]