[
https://issues.apache.org/jira/browse/TINKERPOP-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470823#comment-17470823
]
Fredrick Eisele commented on TINKERPOP-2628:
--------------------------------------------
During testing the testing of `g.io(...).iterate()` the file path needs to be
adjusted.
When this adjustment happens the file path on Windows 10 uses '\' which needs
to be escaped properly. The attached fix makes that repair.
[^correct_string_interpolation_for_file_path_issues1.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,
> correct_string_interpolation_for_file_path_issues1.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)