[
https://issues.apache.org/jira/browse/BIGTOP-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233750#comment-14233750
]
Konstantin Boudnik commented on BIGTOP-1559:
--------------------------------------------
Tests are failing with the following errors:
- ClusterFailuresTest.testNetworkShutdown
{code}
No ping to null, which is used for network failures test:. Expression:
this.isRemoteHostReachable()
Stacktrace
java.lang.AssertionError: No ping to null, which is used for network failures
test:. Expression: this.isRemoteHostReachable()
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:401)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:655)
at
org.apache.bigtop.itest.failures.ClusterFailuresTest.testNetworkShutdown(ClusterFailuresTest.groovy:129)
{code}
- ClusterFailuresTest.testServiceRestart
{code}
cron service isn't running before the test:. Expression: this.isCronRunning()
Stacktrace
java.lang.AssertionError: cron service isn't running before the test:.
Expression: this.isCronRunning()
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:401)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:655)
at
org.apache.bigtop.itest.failures.ClusterFailuresTest.testServiceRestart(ClusterFailuresTest.groovy:59)
{code}
> Tests are failing in Apache CI build
> ------------------------------------
>
> Key: BIGTOP-1559
> URL: https://issues.apache.org/jira/browse/BIGTOP-1559
> Project: Bigtop
> Issue Type: Improvement
> Components: tests
> Affects Versions: 0.8.0
> Environment: https://builds.apache.org/job/Bigtop-trunk-iTest
> Reporter: Konstantin Boudnik
> Fix For: 0.9.0
>
>
> Looks like we have a couple of tests failing for a long time now.
> ClusterFailuresTest.testNetworkShutdown
> ClusterFailuresTest.testServiceRestart
> For more info look at
>
> https://builds.apache.org/job/Bigtop-trunk-iTest/org.apache.bigtop.itest$itest-common/1886/testReport/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)