Skip to content

Commit

Permalink
log the db version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 6, 2024
1 parent c6e62a2 commit 9cbb221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrapper/src/test/java/integration/host/TestEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ private static void createAuroraDbCluster(TestEnvironment env, int numOfInstance
String engineVersion = getAuroraDbEngineVersion(env, env.info.getRequest());
String instanceClass = getAuroraInstanceClass(env.info.getRequest());

LOGGER.finer("Aurora Db engine version: " + engineVersion);

env.auroraClusterDomain =
env.auroraUtil.createCluster(
env.info.getDatabaseInfo().getUsername(),
Expand Down

0 comments on commit 9cbb221

Please sign in to comment.