Dan Smith created GEODE-5617:
--------------------------------
Summary: Flaky Test AutoBalancerJUnitTest.testAuditorInvocation
Key: GEODE-5617
URL: https://issues.apache.org/jira/browse/GEODE-5617
Project: Geode
Issue Type: Bug
Reporter: Dan Smith
This test failed in CI:
{noformat}
org.apache.geode.cache.util.AutoBalancerJUnitTest > testAuditorInvocation FAILED
unexpected invocation: oobAuditor.execute()
expectations:
expected once, already invoked 1 time: oobAuditor.init(an instance of
java.util.Properties)
expected exactly 2 times, already invoked 2 times: oobAuditor.execute()
allowed, already invoked 3 times: timeProvider.currentTimeMillis();
returnTime
what happened before this:
oobAuditor.init(<{schedule=* 0/30 * * * ?}>)
timeProvider.currentTimeMillis()
oobAuditor.execute()
timeProvider.currentTimeMillis()
oobAuditor.execute()
timeProvider.currentTimeMillis()
{noformat}
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/356
This test suspiciously has a 1 second timeout, which may be why it is failing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)