You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/03/21 00:18:41 UTC

[jira] [Created] (SLIDER-1219) Few TestSliderUtils UT are failing

Yesha Vora created SLIDER-1219:
----------------------------------

             Summary: Few TestSliderUtils UT are failing
                 Key: SLIDER-1219
                 URL: https://issues.apache.org/jira/browse/SLIDER-1219
             Project: Slider
          Issue Type: Bug
          Components: test
            Reporter: Yesha Vora


Few TestSliderUtils tests are failing as below.

{code:title=testGetHdpVersion}
Error Message

Version should be empty expected:<null> but was:<xxxx>
Stacktrace

java.lang.AssertionError: Version should be empty expected:<null> but was:<xxxx>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.slider.common.tools.TestSliderUtils.testGetHdpVersion(TestSliderUtils.java:144){code}

{code:title=testIsHdp}
Error Message

Should be false
Stacktrace

java.lang.AssertionError: Should be false
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertFalse(Assert.java:64)
	at org.apache.slider.common.tools.TestSliderUtils.testIsHdp(TestSliderUtils.java:150){code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)