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/10/20 18:22:53 UTC

[geode] branch develop updated: GEODE-1772: Removal of 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 65f6c6c  GEODE-1772: Removal of flaky tag.
65f6c6c is described below

commit 65f6c6c5515d2356e00fb736f205bdd024e7ea59
Author: nabarun <nn...@pivotal.io>
AuthorDate: Tue Oct 17 16:39:25 2017 -0700

    GEODE-1772: Removal of flaky tag.
    
    	* The exception occured when in the tear down.
    	* The test is very simple and there are a lot of other similar tests which are not flaky.
    	* This test was a part of improvements made to the WAN test base.
    	* Test tear down involving senders was also fixed as a part of GEODE-3276
---
 .../ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java       | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java
index 9d7d4cc..d8e600d 100644
--- a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java
+++ b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/concurrent/ConcurrentParallelGatewaySenderOperation_1_DUnitTest.java
@@ -20,19 +20,14 @@ import org.junit.Test;
 
 import static org.junit.Assert.*;
 
-import org.apache.geode.test.dunit.cache.internal.JUnit4CacheTestCase;
-import org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase;
 import org.apache.geode.test.junit.categories.DistributedTest;
 
-import org.junit.experimental.categories.Category;
-
 import org.apache.geode.cache.wan.GatewaySender.OrderPolicy;
 import org.apache.geode.internal.cache.wan.WANTestBase;
 import org.apache.geode.test.dunit.AsyncInvocation;
 import org.apache.geode.test.dunit.IgnoredException;
 import org.apache.geode.test.dunit.LogWriterUtils;
 import org.apache.geode.test.dunit.Wait;
-import org.apache.geode.test.junit.categories.FlakyTest;
 
 @Category(DistributedTest.class)
 public class ConcurrentParallelGatewaySenderOperation_1_DUnitTest extends WANTestBase {
@@ -291,7 +286,6 @@ public class ConcurrentParallelGatewaySenderOperation_1_DUnitTest extends WANTes
    * 
    * @throws Exception
    */
-  @Category(FlakyTest.class) // GEODE-1772
   @Test
   public void testParallelPropagationSenderResumeNegativeScenario() throws Exception {
     Integer lnPort = (Integer) vm0.invoke(() -> WANTestBase.createFirstLocatorWithDSId(1));

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