Skip to content

PHOENIX-7964: Add Phoenix readiness check to ConnectionConfigIT - #15

Closed
jinggou wants to merge 1 commit into
apache:mainfrom
jinggou:PHOENIX-7964_fix
Closed

PHOENIX-7964: Add Phoenix readiness check to ConnectionConfigIT#15
jinggou wants to merge 1 commit into
apache:mainfrom
jinggou:PHOENIX-7964_fix

Conversation

@jinggou

@jinggou jinggou commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

ConnectionConfigIT was missing the TestUtils.awaitPhoenixReady(url) call that was added to other integration tests. This caused the test to fail intermittently on JDK 21 when it tried to connect to Phoenix before the system tables were fully initialized.

The fix adds the readiness check after the mini-cluster starts and before the REST server is created, matching the pattern used in other test classes.

ConnectionConfigIT was missing the TestUtils.awaitPhoenixReady(url) call
that was added to other integration tests. This caused the test to fail
intermittently on JDK 21 when it tried to connect to Phoenix before the
system tables were fully initialized.

The fix adds the readiness check after the mini-cluster starts and before
the REST server is created, matching the pattern used in other test classes.
@jinggou jinggou closed this Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant