[
https://issues.apache.org/jira/browse/GEODE-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609585#comment-16609585
]
Helena Bales commented on GEODE-5673:
-------------------------------------
Failed again in this CI run:
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/378
> Flaky test
> LocatorLauncherJmxManagerLocalRegressionTest.locatorWithNonZeroJmxPortCleansUpWhenStopped
> ----------------------------------------------------------------------------------------------------
>
> Key: GEODE-5673
> URL: https://issues.apache.org/jira/browse/GEODE-5673
> Project: Geode
> Issue Type: Bug
> Reporter: Dan Smith
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available, swat
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This test failed in a precheckin run. It looks like this test is making
> assertions about how many threads are running in the JVM, which seems like it
> is very sensitive to the environment and can't be relied on. In this case, it
> actually found fewer threads running than when the test started!
> https://concourse.apachegeode-ci.info/builds/22727
> {noformat}
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest >
> locatorWithNonZeroJmxPortCleansUpWhenStopped FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition
> defined as a lambda expression in
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest
> expected:<[10]> but was:<[8]> within 30 seconds.
> at
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:711)
> at
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.assertThatThreadsStopped(LocatorLauncherJmxManagerLocalRegressionTest.java:97)
> at
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.locatorWithNonZeroJmxPortCleansUpWhenStopped(LocatorLauncherJmxManagerLocalRegressionTest.java:93)
>
> Caused by:
> org.junit.ComparisonFailure: expected:<[10]> but was:<[8]>
> at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.lambda$assertThatThreadsStopped$0(LocatorLauncherJmxManagerLocalRegressionTest.java:98)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)