Skip to content

Commit

Permalink
CORE-20708 Adding additional logging to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-millar committed Jul 9, 2024
1 parent bfcf929 commit eeac6f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class ConfigurationChangeTest : ClusterReadiness by ClusterReadinessChecker() {
logger.info("Wait for the rest-worker to reload the configuration and come back up")
waitForConfigurationChange(MESSAGING_CONFIG, MAX_ALLOWED_MSG_SIZE, newConfigurationValue.toString(), false)

logger.info("rest-worker is reporting back the updated config value. Checking cluster ready before proceeding")

// Ensure the cluster is ready after Config Update.
logger.info("Waiting for workers to become ready")
assertIsReady(Duration.ofMinutes(2), Duration.ofMillis(100))
Expand Down

0 comments on commit eeac6f6

Please sign in to comment.