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

nnag 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 4dafde1  GEODE-1019: Removing the flaky tag
4dafde1 is described below

commit 4dafde13dfa47475382d41849eb7e5eea4eef996
Author: nabarun <n...@pivotal.io>
AuthorDate: Wed Nov 1 14:03:44 2017 -0700

    GEODE-1019: Removing the flaky tag
    
        * Refactoring the test base class occured in a different ticket.
---
 .../geode/internal/cache/wan/misc/WanValidationsDUnitTest.java       | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/misc/WanValidationsDUnitTest.java
 
b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/misc/WanValidationsDUnitTest.java
index 7ddf93f..4a1b74d 100644
--- 
a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/misc/WanValidationsDUnitTest.java
+++ 
b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/misc/WanValidationsDUnitTest.java
@@ -1206,10 +1206,9 @@ public class WanValidationsDUnitTest extends WANTestBase 
{
     }
   }
 
-  @Category(FlakyTest.class) // GEODE-1019: random ports, time sensitive, 
waitForCriterion, suspect
-                             // string: loss of quorum
   @Test
-  public void testBug50434_PR_Parallel_pass() throws Exception {
+  public void 
whenSendersAreAddedUsingAttributesMutatorThenEventsMustBeSuccessfullyReceviedByRemoteSite()
+      throws Exception {
     Integer lnPort = (Integer) vm0.invoke(() -> 
WANTestBase.createFirstLocatorWithDSId(1));
     Integer nyPort = (Integer) vm1.invoke(() -> 
WANTestBase.createFirstRemoteLocator(2, lnPort));
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <commits@geode.apache.org>'].

Reply via email to