[ 
https://issues.apache.org/jira/browse/TINKERPOP-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470816#comment-17470816
 ] 

Fredrick Eisele commented on TINKERPOP-2628:
--------------------------------------------

The corrections in the attached patch address the problem due to Maven 
string-interpolation presenting Groovy with unescaped literal strings. e.g. 
"C:\User\foo\tp/src/main/..." where the '\' should be escaped as
"C:\\User\\foo
tp/src/main/...".
This can be remedied by passing the target directory via 
configuration-properties, which appear as Groovy variables rather than Groovy 
string-literals. [^correct_string_interpolation_for_file_path_issues.patch] 

> Gremlin test suite run on Windows
> ---------------------------------
>
>                 Key: TINKERPOP-2628
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2628
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: build-release
>    Affects Versions: 3.5.2
>         Environment: OS: Windows
>            Reporter: Davide Riva
>            Priority: Minor
>         Attachments: correct_string_interpolation_for_file_path_issues.patch
>
>
> Currently, there are some tests (IoReader or IoWrite) which always fail on 
> Windows. This is probably due to how temporary folders are created
> How to reproduce: run IoReader or IoWriter on Windows on a particular 
> implementation ({{mvn clean test}} should be sufficient)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to