From 3f6d1db33cf66298154d10c87bcc1f658dea9cfd Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 13 Jan 2021 15:18:44 +0000 Subject: [PATCH] initial report about fresh test fail --- ...Abs__95__basics_fail_on_crippled___126__.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn diff --git a/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn b/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn new file mode 100644 index 0000000000..9a8cba3a67 --- /dev/null +++ b/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn @@ -0,0 +1,16 @@ +### Please describe the problem. + +Fresh build of 8.20201129+git100-g2d84bf992-1~ndall+1 when having HOME (base system is Ubuntu) on a crippled FS leads to + +``` +2021-01-13T03:46:45.0619292Z prop_relPathDirToFileAbs_basics: FAIL (0.01s) +2021-01-13T03:46:45.0620328Z *** Failed! Falsifiable (after 702 tests): +2021-01-13T03:46:45.0621015Z TestableFilePath {fromTestableFilePath = "A"} +2021-01-13T03:46:45.0621819Z TestableFilePath {fromTestableFilePath = "A/"} +2021-01-13T03:46:45.0623170Z Use --quickcheck-replay=895840 to reproduce. +``` + +[https://github.com/datalad/git-annex/runs/1692622842?check_suite_focus=true](https://github.com/datalad/git-annex/runs/1692622842?check_suite_focus=true) + +[[!meta author=yoh]] +[[!tag projects/datalad]]