abhishekbafna commented on code in PR #15839:
URL: https://github.com/apache/pinot/pull/15839#discussion_r2096936288
##########
pinot-controller/src/test/java/org/apache/pinot/controller/helix/ControllerTest.java:
##########
@@ -407,7 +407,7 @@ public static LogicalTableConfig
getDummyLogicalTableConfig(String tableName, Li
.setBrokerTenant(brokerTenant)
.setRefOfflineTableName(offlineTableName)
.setRefRealtimeTableName(realtimeTableName)
- .setQuotaConfig(new QuotaConfig(null, "999"))
+ .setQuotaConfig(new QuotaConfig(null, "99999"))
Review Comment:
Yes. The `testUpdateLogicalTableTimeBoundary` send large number queries and
with quota, it started returning `toomanyrequest` errors. So increased it.
--
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]