Skip to content

Commit

Permalink
- comment out h2mvstore
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Oct 26, 2023
1 parent 25c5087 commit 50967c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
<groupId>org.drools</groupId>
<artifactId>drools-reliability-infinispan</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-reliability-h2mvstore</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.drools</groupId>-->
<!-- <artifactId>drools-reliability-h2mvstore</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-server-testdriver-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.drools.reliability.core.ReliableGlobalResolverFactory;
import org.drools.reliability.core.SimpleReliableObjectStoreFactory;
import org.drools.reliability.core.StorageManagerFactory;
import org.drools.reliability.h2mvstore.H2MVStoreStorageManager;
//import org.drools.reliability.h2mvstore.H2MVStoreStorageManager;
import org.drools.reliability.infinispan.InfinispanStorageManager;
import org.drools.reliability.infinispan.InfinispanStorageManagerFactory;
import org.drools.util.FileUtils;
Expand Down Expand Up @@ -88,7 +88,7 @@ public void setupEnvironment() {
FileUtils.deleteDirectory(Path.of(GLOBAL_STATE_DIR));

if (mode == H2MVSTORE){
H2MVStoreStorageManager.cleanUpDatabase();
// H2MVStoreStorageManager.cleanUpDatabase();
System.setProperty(DROOLS_RELIABILITY_MODULE_TEST, "H2MVSTORE");
configureServicePriorities();
}else {
Expand Down

0 comments on commit 50967c4

Please sign in to comment.