Skip to content

Commit 385ae61

Browse files
committed
wip on ha tests
1 parent 131bbef commit 385ae61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e-ha/src/test/java/com/arcadedb/containers/ha/SimpleHaScenarioIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ void twoInstancesInLeaderReplicaConfiguration() throws InterruptedException, IOE
2727
createArcadeContainer("arcade2", "{arcade1}arcade1:2424", "none", "any", network);
2828

2929
logger.info("Starting the containers in sequence: arcade1 will be the leader");
30+
List<ServerWrapper> servers = startContainers();
3031
// List<ServerWrapper> servers = startContainersDeeply();
31-
List<ServerWrapper> servers = startContainersDeeply();
3232

3333
// DIAGNOSTIC: Check if containers are healthy after startup
3434
logger.info("DIAGNOSTIC: Checking container health after startup");
3535
Thread.sleep(5000); // Wait 5 seconds for containers to stabilize
36-
diagnoseContainers();
36+
// diagnoseContainers();
3737

3838
logger.info("Creating the database on the first arcade container");
3939
DatabaseWrapper db1 = new DatabaseWrapper(servers.getFirst(), idSupplier);
4040
logger.info("Creating the database on arcade server 1");
41-
db1.createDatabase();
41+
// db1.createDatabase();
4242
db1.createSchema();
4343

4444
// DIAGNOSTIC: Check if arcade2 is still running after arcade1 creates database

0 commit comments

Comments
 (0)