From 02e1af71afef27c554cb822b70df77f5ca3836db Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 18 Jan 2021 15:50:24 +0000 Subject: [PATCH] initial report on prop_relPathDirToFileAbs_basics windows FAIL --- ...irToFileAbs__95__basics_started_to_fail.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/W__58__prop__95__relPathDirToFileAbs__95__basics_started_to_fail.mdwn diff --git a/doc/bugs/W__58__prop__95__relPathDirToFileAbs__95__basics_started_to_fail.mdwn b/doc/bugs/W__58__prop__95__relPathDirToFileAbs__95__basics_started_to_fail.mdwn new file mode 100644 index 0000000000..6c7b92b284 --- /dev/null +++ b/doc/bugs/W__58__prop__95__relPathDirToFileAbs__95__basics_started_to_fail.mdwn @@ -0,0 +1,17 @@ +### Please describe the problem. + +Recently, with 8.20201129+git100-g2d84bf992 version of git-annex and whatever states of datalad, we have celebrated a Windows Green Day -- our CI was totally green for Windows. + +But then Windows started to fail again. Currently (8.20201129+git125-g7f72314bf) due to + +``` +2021-01-18T14:42:32.7075079Z prop_relPathDirToFileAbs_basics: FAIL +2021-01-18T14:42:32.7078493Z *** Failed! Falsified (after 54 tests): +2021-01-18T14:42:32.7082732Z TestableFilePath {fromTestableFilePath = "/*LFy?\ETBoj(96"} +2021-01-18T14:42:32.7084569Z Use --quickcheck-replay=725893 to reproduce. +``` + +full list of recent runs with logs etc: [datalad/git-annex github actions](https://github.com/datalad/git-annex/actions?query=workflow%3A%22Build+git-annex+on+Windows%22). Note that `git annex version` reported is "off": [just filed an issue](https://github.com/datalad/git-annex/issues/44) + +[[!meta author=yoh]] +[[!tag projects/datalad]]