GEODE-2011: add FlakyTest to category to testNonPersistentServerRestartAutoSerializer
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5c50954d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5c50954d Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/5c50954d Branch: refs/heads/feature/GEODE-1930 Commit: 5c50954d12644b95739ee0e754852ea0f88524b8 Parents: a53c4b1 Author: Kirk Lund <[email protected]> Authored: Mon Oct 17 13:56:30 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Mon Oct 17 16:30:20 2016 -0700 ---------------------------------------------------------------------- .../test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5c50954d/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java b/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java index 1afb1ad..22c6571 100644 --- a/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java +++ b/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java @@ -54,6 +54,7 @@ import org.apache.geode.test.dunit.SerializableRunnable; import org.apache.geode.test.dunit.VM; import org.apache.geode.test.dunit.cache.internal.JUnit4CacheTestCase; import org.apache.geode.test.junit.categories.DistributedTest; +import org.apache.geode.test.junit.categories.FlakyTest; @Category(DistributedTest.class) public class PdxClientServerDUnitTest extends JUnit4CacheTestCase { @@ -187,6 +188,7 @@ public class PdxClientServerDUnitTest extends JUnit4CacheTestCase { * Test of bug 47338 - what happens to the client type * registry if the server is restarted. */ + @Category(FlakyTest.class) // GEODE-2011 @Test public void testNonPersistentServerRestartAutoSerializer() { Host host = Host.getHost(0);
