[
https://issues.apache.org/jira/browse/SLIDER-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved SLIDER-352.
-----------------------------------
Resolution: Fixed
the cause of this part of the stack trace was bad creation of file: urls; it
should have been from {{File.toURI().toString()}}, not {{"file://+
File.toString()}}. Fixed
> TestPublisherRestResources.testRestURIs failing on windows
> ----------------------------------------------------------
>
> Key: SLIDER-352
> URL: https://issues.apache.org/jira/browse/SLIDER-352
> Project: Slider
> Issue Type: Sub-task
> Components: client, windows
> Affects Versions: Slider 0.50
> Environment: Windows server 2012; Java 7
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Test case {{TestPublisherRestResources.testRestURIs}} is failing:
> {code}
> java.lang.IllegalArgumentException: Wrong FS:
> file://C:\Users\Administrator\AppData\Local\Temp\junit3180177850133852404\testpkg\appdef_1.zip,
> expected: file:///
> at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:643)
> at
> org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:79)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)