findingrish commented on code in PR #15817: URL: https://github.com/apache/druid/pull/15817#discussion_r1556890280
########## integration-tests/src/test/java/org/apache/druid/tests/TestNGGroup.java: ########## @@ -163,4 +163,8 @@ public class TestNGGroup public static final String HTTP_ENDPOINT = "http-endpoint"; public static final String CENTRALIZED_DATASOURCE_SCHEMA = "centralized-datasource-schema"; + + public static final String CDS_TASK_SCHEMA_PUBLISH_DISABLED = "cds-task-schema-publish-disabled"; + + public static final String CDS_COORDINATOR_SMQ_DISABLED = "cds-coordinator-smq-disabled"; Review Comment: It stands for `Segment Metadata Query`. -- 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]
