diff --git a/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs.mdwn b/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs.mdwn index 09e8b2239a..07ecbb9f69 100644 --- a/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs.mdwn +++ b/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs.mdwn @@ -54,3 +54,5 @@ git annex is 8.20200522+git142-g9102d3172-1~ndall and .deb available within the details of the setup are [in that PR](https://github.com/datalad/datalad-extensions/pull/15/files#diff-8364c688b76bfaf5df947cfd4d74eef7R76) PS determining the boundaries and names of the tests git annex had ran is a tricky business on its own -- I wondered if tests output formatting and annotation could have been improved as well. E.g. unlikely there is a point to print all output if test passes. With `nose` in Python / datalad we get a summary of all failed tests (and what was output when they were ran) at the end of the full sweep. That helps to avoid needing to search the entire long list + +> [[done]] --[[Joey]] diff --git a/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs/comment_12_9a0d303dee589c28139374fe3047b849._comment b/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs/comment_12_9a0d303dee589c28139374fe3047b849._comment new file mode 100644 index 0000000000..07aab1c52d --- /dev/null +++ b/doc/bugs/one_annex_test_FAILs_when_HOME_is_a_crippled_fs/comment_12_9a0d303dee589c28139374fe3047b849._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 12""" + date="2020-06-18T17:04:50Z" + content=""" +I've fixed the deadlock. + +Test suite succeeds on vfat. +"""]]