rtib commented on code in PR #3905: URL: https://github.com/apache/cassandra/pull/3905#discussion_r1961238625
########## test/unit/org/apache/cassandra/auth/GrantAndRevokeTest.java: ########## @@ -59,6 +62,8 @@ public static void setUpClass() CQLTester.setUpClass(); requireAuthentication(); requireNetwork(); + VirtualKeyspaceRegistry.instance.register(VirtualSchemaKeyspace.instance); + VirtualKeyspaceRegistry.instance.register(SystemViewsKeyspace.instance); Review Comment: Thanks for this one. Have it applied. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org