You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2021/02/24 18:29:00 UTC

[jira] [Created] (GEODE-8970) CI failure: MicrometerBinderTest.jvmThreadMetricsBinderExists fails with NullPointerException during stopServer

Kirk Lund created GEODE-8970:
--------------------------------

             Summary: CI failure: MicrometerBinderTest.jvmThreadMetricsBinderExists fails with NullPointerException during stopServer
                 Key: GEODE-8970
                 URL: https://issues.apache.org/jira/browse/GEODE-8970
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Kirk Lund


{noformat
org.apache.geode.metrics.MicrometerBinderTest > jvmThreadMetricsBinderExists FAILED
    org.junit.ComparisonFailure: [Exit value from process started by [5649fcaf482615ff: gfsh -e connect --jmx-manager=localhost[22864] -e deploy --jar=/tmp/junit654213865788865628/function.jar]] expected:<[0]> but was:<[1]>
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:139)
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:150)
        at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at org.apache.geode.metrics.MicrometerBinderTest.startServer(MicrometerBinderTest.java:95)

    java.lang.NullPointerException
        at org.apache.geode.metrics.MicrometerBinderTest.stopServer(MicrometerBinderTest.java:111)
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)