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)