This is an automated email from the ASF dual-hosted git repository.
cbalci pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 82db60076a5 [bugfix] Fixing flaky test in
TableRebalancePauselessIntegrationTest (#17240)
82db60076a5 is described below
commit 82db60076a5526f081cddda3e72baa011d702835
Author: Shaurya Chaturvedi <[email protected]>
AuthorDate: Mon Nov 24 13:54:59 2025 -0800
[bugfix] Fixing flaky test in TableRebalancePauselessIntegrationTest
(#17240)
* [bugfix] Fixing flaky failing test in
TableRebalancePauselessIntegrationTest
* Accidental commenting
* Fixing UpsertTableIntegrationTest
* Removing UpsertTableIntegrationTest fix
---------
Co-authored-by: shauryachats <[email protected]>
---
.../pinot/integration/tests/TableRebalancePauselessIntegrationTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TableRebalancePauselessIntegrationTest.java
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TableRebalancePauselessIntegrationTest.java
index db81c8d3a39..945fac33506 100644
---
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TableRebalancePauselessIntegrationTest.java
+++
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TableRebalancePauselessIntegrationTest.java
@@ -129,6 +129,7 @@ public class TableRebalancePauselessIntegrationTest extends
BasePauselessRealtim
updateTableConfig(tableConfig);
rebalanceConfig.setDryRun(false);
rebalanceConfig.setIncludeConsuming(true);
+ rebalanceConfig.setMinAvailableReplicas(0);
String response = sendPostRequest(getTableRebalanceUrl(rebalanceConfig,
TableType.REALTIME));
RebalanceResult rebalanceResult = JsonUtils.stringToObject(response,
RebalanceResult.class);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]