You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Helena Bales (JIRA)" <ji...@apache.org> on 2018/09/06 17:29:01 UTC

[jira] [Created] (GEODE-5701) CI Failure: StopServerWithSecurityAcceptanceTest

Helena Bales created GEODE-5701:
-----------------------------------

             Summary: CI Failure: StopServerWithSecurityAcceptanceTest
                 Key: GEODE-5701
                 URL: https://issues.apache.org/jira/browse/GEODE-5701
             Project: Geode
          Issue Type: Bug
            Reporter: Helena Bales


Several tests in StopServerWithSecurityAcceptanceTest fail on CI:

{code:java}
org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest > cannotStopServerAsClusterReaderOverJmx FAILED
	
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.startCluster(StopServerWithSecurityAcceptanceTest.java:110)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.cannotStopServerAsClusterReaderOverJmx(StopServerWithSecurityAcceptanceTest.java:87)
	

	
org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest > cannotStopServerAsDataReaderOverHttp FAILED
	
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.startCluster(StopServerWithSecurityAcceptanceTest.java:110)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.cannotStopServerAsDataReaderOverHttp(StopServerWithSecurityAcceptanceTest.java:57)
	

	
org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest > cannotStopServerAsDataReaderOverJmx FAILED
	
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.startCluster(StopServerWithSecurityAcceptanceTest.java:110)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.cannotStopServerAsDataReaderOverJmx(StopServerWithSecurityAcceptanceTest.java:72)
	

	
org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest > canStopServerAsClusterAdminOverHttp FAILED
	
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
	
        at org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.startCluster(StopServerWithSecurityAcceptanceTest.java:110)
	
        at org.apache.geode.management.internal.cli.commands.StopServerWithSecurityAcceptanceTest.canStopServerAsClusterAdminOverHttp(StopServerWithSecurityAcceptanceTest.java:65)

{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)