You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2017/11/15 19:23:20 UTC

[geode] branch develop updated: GEODE-1019: Removing the flaky tag

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 <nn...@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" <co...@geode.apache.org>'].