KKcorps commented on code in PR #14828:
URL: https://github.com/apache/pinot/pull/14828#discussion_r1919904863
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/LLCRealtimeClusterIntegrationTest.java:
##########
@@ -462,6 +467,19 @@ public boolean isForceCommitJobCompleted(String
forceCommitJobId)
assertEquals(jobStatus.get("jobId").asText(), forceCommitJobId);
assertEquals(jobStatus.get("jobType").asText(), "FORCE_COMMIT");
+
+ assert jobStatus.get("segmentsForceCommitted") != null;
Review Comment:
use CommonConstants variable rather than hardcode
--
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]