Skip to content

PHOENIX-7474 addendum#2363

Merged
palashc merged 2 commits intoapache:masterfrom
palashc:PHOENIX-7474_addendum
Feb 4, 2026
Merged

PHOENIX-7474 addendum#2363
palashc merged 2 commits intoapache:masterfrom
palashc:PHOENIX-7474_addendum

Conversation

@palashc
Copy link
Contributor

@palashc palashc commented Feb 3, 2026

I am trying to add some tests in IndexToolIT but due to these static initializations
public final static String OUTPUT_TABLE_NAME = IndexToolTableUtil.OUTPUT_TABLE_FULL_NAME;
and
public static String RESULT_TABLE_NAME = IndexToolTableUtil.RESULT_TABLE_FULL_NAME;
my tests were facing a TNFE for SYSTEM.PHOENIX_INDEX_TOOL when namespace mapping is enabled. IndexToolIT runs tests with namespaceMapped=false before running tests with namespaceMapped=true and hence those constants were set to SYSTEM.PHOENIX_INDEX_TOOL instead of SYSTEM:PHOENIX_INDEX_TOOL

@virajjasani virajjasani requested a review from tkhurana February 3, 2026 22:00
Copy link
Contributor

@virajjasani virajjasani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, pending build results

@palashc palashc merged commit ba340dd into apache:master Feb 4, 2026
0 of 2 checks passed
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.

3 participants