summaryrefslogtreecommitdiff
path: root/doc/bugs/windows_fails_test___34__recoverEncode__34__.mdwn
blob: 0413bb55d5ce2b96df87ee84c682bd7e8829b0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
### 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.
"""]]

> I've released a fix for this problem. Thanks for reporting! [[done]]
> --[[Joey]]