From 474dfa26f2a47c7976320e3532d98c3281207700 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 16 Nov 2020 17:44:33 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_2_c042d95b58500933e5932176037ead8f._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/tests_fail_on_Linux_build/comment_2_c042d95b58500933e5932176037ead8f._comment diff --git a/doc/bugs/tests_fail_on_Linux_build/comment_2_c042d95b58500933e5932176037ead8f._comment b/doc/bugs/tests_fail_on_Linux_build/comment_2_c042d95b58500933e5932176037ead8f._comment new file mode 100644 index 0000000000..a84911b548 --- /dev/null +++ b/doc/bugs/tests_fail_on_Linux_build/comment_2_c042d95b58500933e5932176037ead8f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 2" + date="2020-11-16T17:44:32Z" + content=""" +note: done marker seems have a `!` typo making it \"invalid\"? +"""]] From 4bc564cada719d7b68457d635cfe918079161fc4 Mon Sep 17 00:00:00 2001 From: kyle Date: Mon, 16 Nov 2020 18:22:05 +0000 Subject: [PATCH 2/2] Added a comment --- ..._c0a98d1391d4426182d3d43651ad67e5._comment | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/Buggy_external_special_remote_stalls_after_7245a9e/comment_1_c0a98d1391d4426182d3d43651ad67e5._comment diff --git a/doc/bugs/Buggy_external_special_remote_stalls_after_7245a9e/comment_1_c0a98d1391d4426182d3d43651ad67e5._comment b/doc/bugs/Buggy_external_special_remote_stalls_after_7245a9e/comment_1_c0a98d1391d4426182d3d43651ad67e5._comment new file mode 100644 index 0000000000..04d9199302 --- /dev/null +++ b/doc/bugs/Buggy_external_special_remote_stalls_after_7245a9e/comment_1_c0a98d1391d4426182d3d43651ad67e5._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="kyle" + avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3" + subject="comment 1" + date="2020-11-16T18:22:05Z" + content=""" +> In the datalad test suite, a test involving one of our special remotes +> hangs after 7245a9ed5 [...] The hang depends on the remote program +> creating an SSH socket but not cleaning it up on failure. That's being +> addressed on our end (https://github.com/datalad/datalad/pull/5151). + +That statement was based on me being able to trigger a stall locally +in the same test on my Buster system. The changes from datalad's pr +5151 resolved the hang on my end, as well as the hang from the +stripped down demo I added here. + +However, with the changes from pr 5151 merged, it turns out the the +stall on the Ubuntu 18.04 CI is still there [1]. So, it's unclear +what's going on. Perhaps 7245a9ed5 isn't even what triggered the hang +on the CI, though the stall seems to have first appeared 14 days ago +on a build using 7e24b2587 [2], so the timing is at least consistent +with 7245a9ed5 being the culprit. + +[1] https://github.com/datalad/git-annex/runs/1404305092?check_suite_focus=true +[2] https://github.com/datalad/datalad-extensions/runs/1345445794?check_suite_focus=true + +"""]]