siddharthteotia commented on code in PR #16018:
URL: https://github.com/apache/pinot/pull/16018#discussion_r2206483093
##########
pinot-core/src/test/java/org/apache/pinot/core/accounting/WorkloadBudgetManagerTest.java:
##########
@@ -115,4 +115,31 @@ void testConcurrentTryChargeSingleWorkload() throws
InterruptedException {
assertEquals(initialMemBudget - totalMemCharged,
remaining._memoryRemaining,
"Memory budget mismatch after concurrent updates");
}
+
+ @Test
+ void testCanAdmitQuery() {
Review Comment:
Have we written a unit or integration test to mimic the steady state pattern
in PROD ?
--
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]