[
https://issues.apache.org/jira/browse/SLIDER-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517401#comment-14517401
]
Steve Loughran commented on SLIDER-863:
---------------------------------------
{{TestPackageCommandOptions}} failing because its looking for the original
path, but the output contains something that always has forward packages.
{code}
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 49.972 sec <<<
FAILURE! - in org.apache.slider.client.Te
stPackageCommandOptions
testPackageInstancesWithVersion(org.apache.slider.client.TestPackageCommandOptions)
Time elapsed: 26.969 sec <<< FAILU
RE!
org.codehaus.groovy.runtime.powerassert.PowerAssertionError: assert
outText.contains(installedPackage.absolutePath)
| | | |
| false |
C:\Users\Administrator\.slider\package\HBASE\1.0.0\appdef_1.zip
|
C:\Users\Administrator\.slider\package\HBASE\1.0.0\appdef_1.zip
Cluster Name Package Name Package
Version Application Location
testpackageinstanceswithversion HBASE
1.0.0 /C:/Users/Administrator/.slider
/package/HBASE/1.0.0/appdef_1.zip
testactionlistwithcontainers HBASE
1.0.0 /C:/Users/Administrator/.slider/pa
ckage/HBASE/1.0.0/appdef_1.zip
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:399)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:648)
at
org.apache.slider.client.TestPackageCommandOptions.testPackageInstancesWithVersion(TestPackageCommandOptions.
groovy:225)
testPackageInstances(org.apache.slider.client.TestPackageCommandOptions) Time
elapsed: 20.922 sec <<< FAILURE!
org.codehaus.groovy.runtime.powerassert.PowerAssertionError: assert
outText.contains(installedPackage.absolutePath)
| | | |
| false |
C:\Users\Administrator\.slider\package\HBASE\appdef_1.zip
|
C:\Users\Administrator\.slider\package\HBASE\appdef_1.zip
Cluster Name Package Name Package
Version Application Location
testpackageinstances HBASE
/C:/Users/Administrator/.slider/packa
ge/HBASE/appdef_1.zip
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:399)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:648)
at
org.apache.slider.client.TestPackageCommandOptions.testPackageInstances(TestPackageCommandOptions.groovy:153)
Results :
Failed tests:
TestPackageCommandOptions.testPackageInstancesWithVersion:225 assert
outText.contains(installedPackage.absolutePath)
| | | |
| false |
C:\Users\Administrator\.slider\package\HBASE\1.0.0\appdef_1.zip
|
C:\Users\Administrator\.slider\package\HBASE\1.0.0\appdef_1.zip
Cluster Name Package Name Package
Version Application Location
testpackageinstanceswithversion HBASE
1.0.0 /C:/Users/Administrator/.slider
/package/HBASE/1.0.0/appdef_1.zip
testactionlistwithcontainers HBASE
1.0.0 /C:/Users/Administrator/.slider/pa
ckage/HBASE/1.0.0/appdef_1.zip
TestPackageCommandOptions.testPackageInstances:153 assert
outText.contains(installedPackage.absolutePath)
| | | |
| false |
C:\Users\Administrator\.slider\package\HBASE\appdef_1.zip
|
C:\Users\Administrator\.slider\package\HBASE\appdef_1.zip
Cluster Name Package Name Package
Version Application Location
testpackageinstances HBASE
/C:/Users/Administrator/.slider/packa
ge/HBASE/appdef_1.zip
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:31.459s
[INFO] Finished at: Tue Apr 28 17:51:23 BST 2015
[INFO] Final Memory: 29M/402M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project slider
-core: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Work\slider\slider-core\target\surefire-reports for
the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
{code}
> slider-core tests failing on windows
> ------------------------------------
>
> Key: SLIDER-863
> URL: https://issues.apache.org/jira/browse/SLIDER-863
> Project: Slider
> Issue Type: Sub-task
> Affects Versions: Slider 0.80
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Blocker
> Fix For: Slider 0.80
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> tests in slider-core are failing on windows
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)