adarshsanjeev commented on code in PR #15689:
URL: https://github.com/apache/druid/pull/15689#discussion_r1475613847
##########
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/msq/ITMultiStageQuery.java:
##########
@@ -176,4 +188,83 @@ public void testMsqIngestionAndQueryingWithLocalFn()
throws Exception
msqHelper.testQueriesFromFile(QUERY_FILE, datasource);
}
+
+ @Test
+ public void testExport() throws Exception
Review Comment:
Looking into this.
The new revised integration tests don't seem to enable auth by default,
https://github.com/apache/druid/blob/6d617c34d29509ca41513ed3f964b1430faf5c2f/integration-tests-ex/cases/cluster/Common/environment-configs/auth.env#L18-L20
and there don't seem to be any tests for permissions currently. This might
take a little time to setup a role which doesn't have extern permissions for a
test for this.
--
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]