From 1113d38c7a2f874d44cf29139c1a33feb73c5cce Mon Sep 17 00:00:00 2001 From: Anton Persson Date: Tue, 18 Apr 2017 08:46:14 +0200 Subject: [PATCH] Make GBPTreeRecoveryTest an integration test --- .../{GBPTreeRecoveryTest.java => GBPTreeRecoveryIT.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename community/index/src/test/java/org/neo4j/index/internal/gbptree/{GBPTreeRecoveryTest.java => GBPTreeRecoveryIT.java} (99%) diff --git a/community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryTest.java b/community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryIT.java similarity index 99% rename from community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryTest.java rename to community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryIT.java index ac1dae0685118..73db2dc460e96 100644 --- a/community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryTest.java +++ b/community/index/src/test/java/org/neo4j/index/internal/gbptree/GBPTreeRecoveryIT.java @@ -50,7 +50,7 @@ import static org.neo4j.io.pagecache.IOLimiter.unlimited; import static org.neo4j.test.rule.PageCacheRule.config; -public class GBPTreeRecoveryTest +public class GBPTreeRecoveryIT { private static final int PAGE_SIZE = 256; private static final Action CHECKPOINT = new CheckpointAction();