GEODE-1770: CI failure: OffHeapEvictionDUnitTest.testDummyInlineNCentralizedEviction
marking the test as Flaky. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/977a3e1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/977a3e1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/977a3e1a Branch: refs/heads/feature/GEODE-420 Commit: 977a3e1a1b30e74b6e56cca42499354bdead2d2c Parents: 9184b59 Author: Swapnil Bawaskar <[email protected]> Authored: Thu Aug 25 14:24:12 2016 -0700 Committer: Swapnil Bawaskar <[email protected]> Committed: Sun Aug 28 13:15:49 2016 -0700 ---------------------------------------------------------------------- .../gemfire/internal/cache/OffHeapEvictionDUnitTest.java | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/977a3e1a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java index 1f8ff40..6beb893 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java @@ -21,6 +21,7 @@ import static org.junit.Assert.*; import java.util.Properties; +import com.gemstone.gemfire.test.junit.categories.FlakyTest; import org.junit.experimental.categories.Category; import com.gemstone.gemfire.cache.CacheException; @@ -138,4 +139,10 @@ public class OffHeapEvictionDUnitTest extends EvictionDUnitTest { public ResourceType getResourceType() { return ResourceType.OFFHEAP_MEMORY; } + + @Category(FlakyTest.class) // GEODE-1770 + @Override + public void testDummyInlineNCentralizedEviction() { + super.testDummyInlineNCentralizedEviction(); + } } \ No newline at end of file
