[
https://issues.apache.org/jira/browse/GEODE-5617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16588081#comment-16588081
]
Dan Smith commented on GEODE-5617:
----------------------------------
The category for this test was recently changed from integration to unit test,
so this is now failing the build job. That may have affected the timing of the
test.
> Flaky Test AutoBalancerJUnitTest.testAuditorInvocation
> ------------------------------------------------------
>
> Key: GEODE-5617
> URL: https://issues.apache.org/jira/browse/GEODE-5617
> Project: Geode
> Issue Type: Bug
> Reporter: Dan Smith
> Priority: Major
> Labels: swat
>
> 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)