comment and close
This commit is contained in:
parent
b904748ee3
commit
e2f739b0c8
2 changed files with 23 additions and 0 deletions
|
@ -217,3 +217,5 @@ I also wonder if there could be some unittest added to test that annex stays "le
|
||||||
|
|
||||||
[[!meta author=yoh]]
|
[[!meta author=yoh]]
|
||||||
[[!tag projects/datalad]]
|
[[!tag projects/datalad]]
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 2"""
|
||||||
|
date="2020-06-22T18:27:30Z"
|
||||||
|
content="""
|
||||||
|
> I also wonder if there could be some unittest added to test that annex stays "lean" (in terms of child processes) while using external remotes.
|
||||||
|
|
||||||
|
Normally it will only start one per thread, testremote is unique in
|
||||||
|
generating variants of a remote.
|
||||||
|
|
||||||
|
It would be good to somehow catch situations where a lot of child processes
|
||||||
|
get spawned in general, like the earlier -J8 starting too many
|
||||||
|
git helper processes. But I don't know how a test suite could detect or
|
||||||
|
judge that.
|
||||||
|
|
||||||
|
Some of the work done for
|
||||||
|
[[todo/more_extensive_retries_to_mask_transient_failures]]
|
||||||
|
avoids potential situations where part of git-annex could leak a process
|
||||||
|
during exception handling. Continuing work on that will probably improve
|
||||||
|
things further.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue