You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2017/11/02 05:08:54 UTC

[geode] branch develop updated: GEODE-3778: mark tests flaky (#1004)

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

jinmeiliao 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 ec6820a  GEODE-3778: mark tests flaky (#1004)
ec6820a is described below

commit ec6820a749026dfdf95bcc055b47d86a3b5b5fd3
Author: jinmeiliao <ji...@pivotal.io>
AuthorDate: Wed Nov 1 22:08:52 2017 -0700

    GEODE-3778: mark tests flaky (#1004)
    
    * GEODE-3778: mark tests flaky
---
 .../apache/geode/distributed/LocatorLauncherRemoteIntegrationTest.java  | 2 ++
 .../internal/cache/DeprecatedCacheServerLauncherIntegrationTest.java    | 2 ++
 .../geode/internal/process/FileProcessControllerIntegrationTest.java    | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/geode-core/src/test/java/org/apache/geode/distributed/LocatorLauncherRemoteIntegrationTest.java b/geode-core/src/test/java/org/apache/geode/distributed/LocatorLauncherRemoteIntegrationTest.java
index 085e4da..6b75eca 100755
--- a/geode-core/src/test/java/org/apache/geode/distributed/LocatorLauncherRemoteIntegrationTest.java
+++ b/geode-core/src/test/java/org/apache/geode/distributed/LocatorLauncherRemoteIntegrationTest.java
@@ -32,6 +32,7 @@ import org.apache.geode.distributed.LocatorLauncher.Builder;
 import org.apache.geode.distributed.LocatorLauncher.LocatorState;
 import org.apache.geode.internal.GemFireVersion;
 import org.apache.geode.internal.process.ProcessControllerFactory;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
 /**
@@ -69,6 +70,7 @@ public class LocatorLauncherRemoteIntegrationTest extends LocatorLauncherRemoteI
   }
 
   @Test
+  @Category(FlakyTest.class) // GEODE-3506
   public void startDeletesStaleControlFiles() throws Exception {
     File stopRequestFile = givenControlFile(getStopRequestFileName());
     File statusRequestFile = givenControlFile(getStatusRequestFileName());
diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/DeprecatedCacheServerLauncherIntegrationTest.java b/geode-core/src/test/java/org/apache/geode/internal/cache/DeprecatedCacheServerLauncherIntegrationTest.java
index e2ac109..232d2b3 100755
--- a/geode-core/src/test/java/org/apache/geode/internal/cache/DeprecatedCacheServerLauncherIntegrationTest.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/cache/DeprecatedCacheServerLauncherIntegrationTest.java
@@ -70,6 +70,7 @@ import org.apache.geode.internal.cache.control.InternalResourceManager;
 import org.apache.geode.internal.cache.control.InternalResourceManager.ResourceObserverAdapter;
 import org.apache.geode.internal.cache.xmlcache.CacheXml;
 import org.apache.geode.internal.logging.LogService;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 import org.apache.geode.test.process.ProcessWrapper;
 
@@ -275,6 +276,7 @@ public class DeprecatedCacheServerLauncherIntegrationTest {
   }
 
   @Test
+  @Category(FlakyTest.class) // GEODE-3939
   public void testCreateBuckets() throws Exception {
     this.registry = LocateRegistry.createRegistry(this.controllerNamingPort);
     this.status = new RebalanceStatus();
diff --git a/geode-core/src/test/java/org/apache/geode/internal/process/FileProcessControllerIntegrationTest.java b/geode-core/src/test/java/org/apache/geode/internal/process/FileProcessControllerIntegrationTest.java
index 82f9b8f..80d267c 100755
--- a/geode-core/src/test/java/org/apache/geode/internal/process/FileProcessControllerIntegrationTest.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/process/FileProcessControllerIntegrationTest.java
@@ -48,6 +48,7 @@ import org.apache.geode.distributed.LocatorLauncher.LocatorState;
 import org.apache.geode.internal.process.io.EmptyFileWriter;
 import org.apache.geode.internal.process.io.IntegerFileWriter;
 import org.apache.geode.internal.process.io.StringFileWriter;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
 /**
@@ -195,6 +196,7 @@ public class FileProcessControllerIntegrationTest {
   }
 
   @Test
+  @Category(FlakyTest.class) // GEODE-3778
   public void status_withStatusRequestFileExists_doesNotFail() throws Exception {
     // arrange
     FileProcessController controller = new FileProcessController(params, pid);

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