Skip to content

PHOENIX-7823 AuditLoggingIT replace hardcoded table names with generateUniqueName()#2440

Open
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7823
Open

PHOENIX-7823 AuditLoggingIT replace hardcoded table names with generateUniqueName()#2440
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7823

Conversation

@apurtell
Copy link
Copy Markdown
Contributor

@apurtell apurtell commented May 1, 2026

AuditLoggingIT uses hardcoded table names test1..test6 a shared mini-cluster, causing CREATE TABLE collisions on CI retries and allowing SYSTEM.LOG queries to match stale entries from prior runs. The fix is to replace those names with generateUniqueName()everywhere they appear in SQL, and while in the file also rename the misspelled local createqQery -> createQuery and drop a stray System.out.println debug print.

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