cryptoe commented on code in PR #16131:
URL: https://github.com/apache/druid/pull/16131#discussion_r1527778261
##########
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/auth/ITSecurityBasicQuery.java:
##########
@@ -154,6 +161,9 @@ public void testIngestionWithPermissions() throws Exception
);
securityClient.setPermissionsToRole(ROLE_1, permissions);
+ // Wait for a second so that the auth is synced, to avoid flakiness
+ Thread.sleep(1000);
Review Comment:
I am not sure if there is a better way to check this.
We can do a follow up if we find this breaking in future releases.
--
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]