-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53856/
-----------------------------------------------------------
Review request for geode, Darrel Schneider and Dan Smith.
Bugs: geode-2120
https://issues.apache.org/jira/browse/geode-2120
Repository: geode
Description
-------
The test waited for up to 5 seconds for the compaction, usually it only took
30ms to finish. However, sometimes in concurse, it did took more than 5 seconds
to finish (In the reproduced failure, it took 7 seconds).
The fix is to wait longer.
Diffs
-----
geode-core/src/test/java/org/apache/geode/internal/cache/MultipleOplogsRollingFeatureJUnitTest.java
1f61be3
Diff: https://reviews.apache.org/r/53856/diff/
Testing
-------
Thanks,
xiaojian zhou