You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/12/14 17:57:30 UTC

[15/50] [abbrv] geode git commit: GEODE-2190: add FlakyTest category to flaky test

GEODE-2190: add FlakyTest category to flaky test


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2075ee34
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2075ee34
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/2075ee34

Branch: refs/heads/feature/GEODE-1930
Commit: 2075ee348e221d662468ead4c18b56923d3d7329
Parents: ef74181
Author: Kirk Lund <kl...@apache.org>
Authored: Thu Dec 8 09:49:01 2016 -0800
Committer: Kirk Lund <kl...@apache.org>
Committed: Thu Dec 8 09:49:01 2016 -0800

----------------------------------------------------------------------
 .../cache/wan/parallel/ParallelWANPropagationDUnitTest.java         | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/2075ee34/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java
index bbd65fe..6a190ef 100644
--- a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java
+++ b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java
@@ -285,6 +285,7 @@ public class ParallelWANPropagationDUnitTest extends WANTestBase {
    * 
    * @throws Exception
    */
+  @Category(FlakyTest.class)
   @Test
   public void testParallelPropagationWithLocalCacheClosedAndRebuilt() throws Exception {
     Integer lnPort = (Integer) vm0.invoke(() -> WANTestBase.createFirstLocatorWithDSId(1));