This is an automated email from the ASF dual-hosted git repository.
akshat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 9c9213e27b6 Relax condition in
test_autoScaler_scalesUpAndDown_withSlowPublish (#19155)
9c9213e27b6 is described below
commit 9c9213e27b68387e88a905cc2cfcf5fdf4e90ea5
Author: Sasha Syrotenko <[email protected]>
AuthorDate: Sun Mar 15 08:36:40 2026 +0200
Relax condition in test_autoScaler_scalesUpAndDown_withSlowPublish (#19155)
---
.../indexing/autoscaler/CostBasedAutoScalerIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/autoscaler/CostBasedAutoScalerIntegrationTest.java
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/autoscaler/CostBasedAutoScalerIntegrationTest.java
index 6bdb13236bf..f57bd113873 100644
---
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/autoscaler/CostBasedAutoScalerIntegrationTest.java
+++
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/autoscaler/CostBasedAutoScalerIntegrationTest.java
@@ -226,7 +226,7 @@ public class CostBasedAutoScalerIntegrationTest extends
StreamIndexTestBase
overlord.latchableEmitter().waitForEvent(
event -> event.hasMetricName("task/autoScaler/updatedCount")
.hasDimension(DruidMetrics.SUPERVISOR_ID,
supervisor.getId())
- .hasValueMatching(Matchers.equalTo(4L))
+ .hasValueMatching(Matchers.greaterThan(1L))
);
Assertions.assertEquals(4, getCurrentTaskCount(supervisor.getId()));
waitUntilPublishedRecordsAreIngested(totalRecords);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]