Andrew Kyle Purtell created PHOENIX-7823:
--------------------------------------------
Summary: 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
Fix For: 5.4.0, 5.3.1
{{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)