From 875a04e1e28196e0a3208b55bca9abddbafcbbad Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 8 Mar 2022 00:28:00 +0000 Subject: [PATCH] Added a comment: still slow --- ..._dfd20b6c6a49c99243945a267e041d58._comment | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/todo/speed_up___34__standalone_build__34___and__47__or_tests/comment_3_dfd20b6c6a49c99243945a267e041d58._comment diff --git a/doc/todo/speed_up___34__standalone_build__34___and__47__or_tests/comment_3_dfd20b6c6a49c99243945a267e041d58._comment b/doc/todo/speed_up___34__standalone_build__34___and__47__or_tests/comment_3_dfd20b6c6a49c99243945a267e041d58._comment new file mode 100644 index 0000000000..82b3acb149 --- /dev/null +++ b/doc/todo/speed_up___34__standalone_build__34___and__47__or_tests/comment_3_dfd20b6c6a49c99243945a267e041d58._comment @@ -0,0 +1,38 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="still slow" + date="2022-03-08T00:27:59Z" + content=""" +I have ran tests with \"bleeding edge\" build of `git-annex` on ndoli (less busy node) of discovery and unfortunately it is still quite slow -- took 50 minutes + +
+more details + +```shell +> time git annex test 2>&1 | tee 10.20220222+git62-gce523f756-1~ndall+1-tests.log +... +OK (71.94s) + preferred content: OK (34.75s) + required_content: OK (17.34s) + add subdirs: OK (12.63s) + addurl: OK (10.71s) + +All 840 tests passed (2670.47s) + +real 48m52.802s +user 3m23.073s +sys 4m53.776s + +[d31548v@ndoli tmp]$ git annex version | head +git-annex version: 10.20220222+git62-gce523f756-1~ndall+1 +... + +[d31548v@ndoli tmp]$ pwd +/dartfs-hpc/rc/lab/C/CANlab/labdata/data/tmp + +``` +
+ +so there is probably more to the story (NFS), or probably needing nfs4_*etfacl? well -- I ran under a folder which should be proper POSIX -- took 5075.48s (the same 10.20220222+git62-gce523f756-1~ndall+1) +"""]]