[
https://issues.apache.org/jira/browse/GEODE-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227415#comment-15227415
]
ASF subversion and git services commented on GEODE-1171:
--------------------------------------------------------
Commit 566dc0b1c3756f958ea89af897b0b8da5872dea3 in incubator-geode's branch
refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=566dc0b ]
GEODE-1171: Preventing accidental cron triggering in AutoBalancerJUnitTest
This test creates an Autobalancer with a cron schedule. Upping the
the default scheduler to trigger after 30 minutes, to avoid
accidentally trigging the cron job.
Some tests do appear to exercise the scheduler, so changing this to an
integration test because it starts threads.
> AutoBalancerJUnitTest.testOOBWhenAboveThresholdButBelowMin fails
> intermittently
> -------------------------------------------------------------------------------
>
> Key: GEODE-1171
> URL: https://issues.apache.org/jira/browse/GEODE-1171
> Project: Geode
> Issue Type: Bug
> Reporter: Swapnil Bawaskar
> Assignee: Dan Smith
> Priority: Blocker
> Labels: CI
>
> Failed in Travis CI. Logs are at:
> https://travis-ci.org/apache/incubator-geode/builds/120748668
> {noformat}
> com.gemstone.gemfire.cache.util.AutoBalancerJUnitTest >
> testOOBWhenAboveThresholdButBelowMin FAILED
> unexpected invocation: cacheOperationFacade.acquireAutoBalanceLock()
> expectations:
> expected once, already invoked 1 time:
> cacheOperationFacade.getTotalTransferSize(); returns <200L>
> expected once, never invoked:
> cacheOperationFacade.getTotalTransferSize(); returns <2000L>
> what happened before this:
> cacheOperationFacade.getTotalTransferSize()
> unexpected invocation: cacheOperationFacade.acquireAutoBalanceLock()
> expectations:
> expected once, already invoked 1 time:
> cacheOperationFacade.getTotalTransferSize(); returns <200L>
> expected once, never invoked:
> cacheOperationFacade.getTotalTransferSize(); returns <2000L>
> what happened before this:
> cacheOperationFacade.getTotalTransferSize()
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)