[
https://issues.apache.org/jira/browse/PHOENIX-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated PHOENIX-7823:
----------------------------------
Fix Version/s: 5.3.2
(was: 5.3.1)
> AuditLoggingIT replace hardcoded table names with generateUniqueName()
> ----------------------------------------------------------------------
>
> Key: PHOENIX-7823
> URL: https://issues.apache.org/jira/browse/PHOENIX-7823
> Project: Phoenix
> Issue Type: Sub-task
> Components: test
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Minor
> Fix For: 5.4.0, 5.3.2
>
>
> {{AuditLoggingIT}} uses hardcoded table names {{{}test1{}}}..{{{}test6{}}} on
> 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}} to {{createQuery}} and drop a stray {{System.out.println}}
> debug print.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)