shruti-p-s commented on code in PR #276:
URL: https://github.com/apache/cassandra-sidecar/pull/276#discussion_r2539147333
##########
integration-tests/src/integrationTest/org/apache/cassandra/sidecar/routes/InvalidateCacheIntegrationTest.java:
##########
@@ -344,11 +368,12 @@ private void createTestRole(Session session)
session.execute("CREATE ROLE IF NOT EXISTS \"test_role\" WITH
SUPERUSER = false AND LOGIN = true");
session.execute(String.format("ADD IDENTITY IF NOT EXISTS '%s' TO ROLE
'test_role'", TEST_USER_IDENTITY));
- // Create a test superuser role for testing SuperUserCache
Review Comment:
My bad, looks like I cleaned it up too much, I'll add it back now
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]