This is an automated email from the ASF dual-hosted git repository.
jensdeppe 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 82f4ebc GEODE-4070: Re-enable SnapshotPerformanceDUnitTest
82f4ebc is described below
commit 82f4ebcc8d7b9342f730ded9c95642afe7b22a55
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Dec 13 14:04:35 2017 -0800
GEODE-4070: Re-enable SnapshotPerformanceDUnitTest
- The underlying problem should be resolved by GEODE-4074
---
.../apache/geode/cache/snapshot/SnapshotPerformanceDUnitTest.java | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/cache/snapshot/SnapshotPerformanceDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/cache/snapshot/SnapshotPerformanceDUnitTest.java
index ecc168f..6e9835f 100644
---
a/geode-core/src/test/java/org/apache/geode/cache/snapshot/SnapshotPerformanceDUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/cache/snapshot/SnapshotPerformanceDUnitTest.java
@@ -14,16 +14,14 @@
*/
package org.apache.geode.cache.snapshot;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
import java.io.File;
-import java.io.FilenameFilter;
import java.util.HashMap;
import java.util.Map;
import com.examples.snapshot.MyObject;
import com.examples.snapshot.MyPdxSerializer;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@@ -33,15 +31,11 @@ import org.apache.geode.cache.Region;
import org.apache.geode.cache.snapshot.RegionGenerator.RegionType;
import org.apache.geode.cache.snapshot.RegionGenerator.SerializationType;
import org.apache.geode.cache.snapshot.SnapshotOptions.SnapshotFormat;
-import org.apache.geode.cache30.CacheTestCase;
-import org.apache.geode.test.dunit.Host;
import org.apache.geode.test.dunit.LogWriterUtils;
import org.apache.geode.test.dunit.SerializableCallable;
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;
-@Ignore("GEODE-4070")
@Category(DistributedTest.class)
public class SnapshotPerformanceDUnitTest extends JUnit4CacheTestCase {
public SnapshotPerformanceDUnitTest() {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].