IGNITE-8869: Explicitly fail hanging test. - Fixes #4260. Signed-off-by: Dmitriy Pavlov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6633c05e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6633c05e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6633c05e Branch: refs/heads/ignite-8900-repro Commit: 6633c05e532d7598cc20f1ffb8d6de17a3065006 Parents: b0b2e88 Author: Ivan Daschinskiy <[email protected]> Authored: Wed Jun 27 20:27:39 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Wed Jun 27 20:27:39 2018 +0300 ---------------------------------------------------------------------- .../cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6633c05e/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java index b9eab78..06d8da8 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/PartitionsExchangeOnDiscoveryHistoryOverflowTest.java @@ -122,6 +122,8 @@ public class PartitionsExchangeOnDiscoveryHistoryOverflowTest extends IgniteCach * @throws Exception In case of error. */ public void testDynamicCacheCreation() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-8869"); + for (int iter = 0; iter < 5; iter++) { log.info("Iteration: " + iter);
