This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new cd74f9f  GEODE-5056: set 
testParallelPropagationSenderStartAfterStop_Scenario2 to be flaky
cd74f9f is described below

commit cd74f9f3a684c41d5cd2b04edf49fc72615087b3
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Thu Apr 12 11:53:17 2018 -0700

    GEODE-5056: set testParallelPropagationSenderStartAfterStop_Scenario2 to be 
flaky
---
 .../cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java
 
b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java
index f5b98b7..a1808f5 100644
--- 
a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java
+++ 
b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderOperationsDUnitTest.java
@@ -37,6 +37,7 @@ import org.apache.geode.test.dunit.AsyncInvocation;
 import org.apache.geode.test.dunit.RMIException;
 import org.apache.geode.test.dunit.rules.DistributedRestoreSystemProperties;
 import org.apache.geode.test.junit.categories.DistributedTest;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.WanTest;
 
 /**
@@ -376,6 +377,7 @@ public class ParallelGatewaySenderOperationsDUnitTest 
extends WANTestBase {
    * case in the way that when the sender is starting from stopped state, puts 
are simultaneously
    * happening on the region by another thread.
    */
+  @Category({FlakyTest.class, WanTest.class}) // GEODE-5056
   @Test
   public void testParallelPropagationSenderStartAfterStop_Scenario2() throws 
Exception {
     addIgnoredException("Broken pipe");

-- 
To stop receiving notification emails like this one, please contact
zho...@apache.org.

Reply via email to