From 1c242ca5fdae350963ead599d031ead4b3047277 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Fri, 23 Oct 2020 01:49:02 +0000 Subject: [PATCH] initial report on a failing test on windows about storeKey when already present --- ...hen_already_present_failures_on_Windows.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/storeKey_when_already_present_failures_on_Windows.mdwn diff --git a/doc/bugs/storeKey_when_already_present_failures_on_Windows.mdwn b/doc/bugs/storeKey_when_already_present_failures_on_Windows.mdwn new file mode 100644 index 0000000000..96325f40fe --- /dev/null +++ b/doc/bugs/storeKey_when_already_present_failures_on_Windows.mdwn @@ -0,0 +1,17 @@ +### Please describe the problem. +Now we have github action which builds git-annex with libmagic support. Unfortunately we had to "allow" `git annex test` to fail to proceed for now. Although it looks not that bad -- there is only one "test" which fails in various scenarios (to the total of `12 out of 704 tests failed (616.78s)`) + +``` +2020-10-22T18:50:07.2946875Z storeKey when already present: FAIL (0.02s) +2020-10-22T18:50:07.2948174Z .\Command\TestRemote.hs:290: +2020-10-22T18:50:07.2949772Z failed +``` + + +[full log copy](http://www.onerussian.com/tmp/git-annex-windows-failures-8.20201008-g577af1b.log) +[link to original workflow run](https://github.com/datalad/datalad-extensions/runs/1294367575?check_suite_focus=true) + +When I ran `annex test` after installing that installer in a local Win 10 VM, I have got a lesser count (`8 out of 704 tests failed (1197.82s)`) [full log](http://www.onerussian.com/tmp/git-annex-windows-failures-8.20201008-g577af1b-local.log) + +[[!meta author=yoh]] +[[!tag projects/datalad]]