From 7df2c3670b116efa11bcb2c0a28e4363a64b9b47 Mon Sep 17 00:00:00 2001 From: gary Date: Wed, 11 Sep 2013 16:15:37 +0000 Subject: [PATCH] --- ..._fails_test___34__recoverEncode__34__.mdwn | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/bugs/windows_fails_test___34__recoverEncode__34__.mdwn diff --git a/doc/bugs/windows_fails_test___34__recoverEncode__34__.mdwn b/doc/bugs/windows_fails_test___34__recoverEncode__34__.mdwn new file mode 100644 index 0000000000..5f115aee24 --- /dev/null +++ b/doc/bugs/windows_fails_test___34__recoverEncode__34__.mdwn @@ -0,0 +1,36 @@ +### Please describe the problem. + +My windows install (2013-09-09) fails "quick checks" when running "git annex test". See below the errors from two seperate runs of the test in two fresh empty directories: + +*** Failed! Exception: 'recoverEncode: invalid argument (invalid character)' (after 13 tests): +Key {keyName = "\140\DEL\159/\RS'", keyBackendName = "WQACSWJDVY", keySize = Just 6, keyMtime = Just 3} +prop_idempotent_configEscape + +*** Failed! Exception: 'recoverEncode: invalid argument (invalid character)' (after 4 tests): +Key {keyName = "\130", keyBackendName = "Y", keySize = Nothing, keyMtime = Nothing} +prop_idempotent_configEscape + +### What steps will reproduce the problem? + +create a directory +cd to it in cmd or Git Bash +run "git annex test" + + +### What version of git-annex are you using? On what operating system? + +OS Name: Microsoft Windows 7 Professional (64bit) +OS Version: 6.1.7601 Service Pack 1 Build 7601 + +Install Git-1.8.3-preview20130601 (third option to add git and tools to path) +Install git-annex-installer (2013-09-09) + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]