mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
bug4811: brought StartMongoDBServer prodecure to a working state; see also the updates to the launch-mongo-replica infrastructure
This commit is contained in:
+1
@@ -91,6 +91,7 @@ public class TestProcedures {
|
||||
assertEquals(AwsLandscape.MONGO_DEFAULT_REPLICA_SET_NAME, inRs.getReplicaSet().getName());
|
||||
} catch (Exception e) {
|
||||
logger.log(Level.SEVERE, "Exception while trying to create a MongoDB replica", e);
|
||||
throw e;
|
||||
} finally {
|
||||
if (startMongoDBServerProcedure.getHost() != null) {
|
||||
startMongoDBServerProcedure.getHost().terminate();
|
||||
|
||||
Reference in New Issue
Block a user