apurtell opened a new pull request, #2440:
URL: https://github.com/apache/phoenix/pull/2440

   `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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to