From 5157dd8370a38cb137b5ffb662e6f0019843395e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Oct 2020 11:41:58 -0400 Subject: [PATCH] comment --- ..._3c407c1924e21aa1ec300875680dc3b3._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit/comment_5_3c407c1924e21aa1ec300875680dc3b3._comment diff --git a/doc/bugs/some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit/comment_5_3c407c1924e21aa1ec300875680dc3b3._comment b/doc/bugs/some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit/comment_5_3c407c1924e21aa1ec300875680dc3b3._comment new file mode 100644 index 0000000000..bab686d5dd --- /dev/null +++ b/doc/bugs/some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit/comment_5_3c407c1924e21aa1ec300875680dc3b3._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2020-10-12T15:39:58Z" + content=""" + test 894971 0.0 0.0 145856 67768 pts/23 S+ Oct05 0:02 python -m nose -s -v --with-cov --cover-package datalad ../datalad_crawler/dbs/tests/test_files.py ../datalad_crawler/nodes/tests/test_annex.py + test 896682 0.0 0.0 6988 1912 pts/23 S+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git/git -c annex.merge-annex-branches=false annex info --bytes --json --json-error-messages --batch + test 896711 0.0 0.0 1074040220 32428 pts/23 Sl+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git-annex --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git-annex/git-annex info --bytes --json --json-error-messages --batch + test 896718 0.0 0.0 7076 2772 pts/23 S+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git/git --git-dir=.git --work-tree=. --literal-pathspecs cat-file --batch + test 896719 0.0 0.0 6988 2040 pts/23 S+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git/git --git-dir=.git --work-tree=. --literal-pathspecs cat-file --batch-check=%(objectname) %(objecttype) %(objectsize) + test 896720 0.0 0.0 6988 1872 pts/23 S+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git/git --git-dir=.git --work-tree=. --literal-pathspecs cat-file --batch + test 896721 0.0 0.0 6988 2544 pts/23 S+ Oct05 0:00 /home/test/git-annex/20201005-snapshot/exe/git --library-path /home/test/git-annex/20201005-snapshot//lib/x86_64-linux-gnu: /home/test/git-annex/20201005-snapshot/shimmed/git/git --git-dir=.git --work-tree=. --literal-pathspecs cat-file --batch-check=%(objectname) %(objecttype) %(objectsize) + test 896825 0.0 0.0 216756 55932 pts/23 Sl+ Oct05 0:08 python -m nose -s -v --with-cov --cover-package datalad ../datalad_crawler/dbs/tests/test_files.py ../datalad_crawler/nodes/tests/test_annex.py + +896825 is the process that still had the pipe open for write. It appears to not be the main python process +894971 that started git-annex. + +So, my guess would be it inherits the pipe across a fork. +"""]]