Skip to content

Commit 219c2af

Browse files
authored
Merge branch 'main' into mtvconstant
2 parents ca80a44 + 8b88cc3 commit 219c2af

File tree

6 files changed

+239
-241
lines changed

6 files changed

+239
-241
lines changed

muted-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@ tests:
296296
- class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT
297297
method: testSearchWhileRelocating
298298
issue: https://github.com/elastic/elasticsearch/issues/128500
299-
- class: org.elasticsearch.compute.operator.LimitOperatorTests
300-
method: testEarlyTermination
301-
issue: https://github.com/elastic/elasticsearch/issues/128721
302299
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
303300
method: testWindowsMixedCaseAccess
304301
issue: https://github.com/elastic/elasticsearch/issues/129167
@@ -552,6 +549,9 @@ tests:
552549
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncIT
553550
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
554551
issue: https://github.com/elastic/elasticsearch/issues/133842
552+
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
553+
method: testHighNodeWriteLoadPreventsNewShardAllocation
554+
issue: https://github.com/elastic/elasticsearch/issues/133857
555555

556556
# Examples:
557557
#

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/LogsIndexModeRollingUpgradeIT.java

Lines changed: 0 additions & 232 deletions
This file was deleted.

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/LogsdbIndexingRollingUpgradeIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
import java.util.Locale;
2929
import java.util.Map;
3030

31-
import static org.elasticsearch.upgrades.LogsIndexModeRollingUpgradeIT.enableLogsdbByDefault;
32-
import static org.elasticsearch.upgrades.LogsIndexModeRollingUpgradeIT.getWriteBackingIndex;
31+
import static org.elasticsearch.upgrades.StandardToLogsDbIndexModeRollingUpgradeIT.enableLogsdbByDefault;
32+
import static org.elasticsearch.upgrades.StandardToLogsDbIndexModeRollingUpgradeIT.getWriteBackingIndex;
3333
import static org.hamcrest.Matchers.containsString;
3434
import static org.hamcrest.Matchers.equalTo;
3535
import static org.hamcrest.Matchers.greaterThan;

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/MatchOnlyTextRollingUpgradeIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
import java.util.Locale;
2929
import java.util.Map;
3030

31-
import static org.elasticsearch.upgrades.LogsIndexModeRollingUpgradeIT.enableLogsdbByDefault;
32-
import static org.elasticsearch.upgrades.LogsIndexModeRollingUpgradeIT.getWriteBackingIndex;
31+
import static org.elasticsearch.upgrades.StandardToLogsDbIndexModeRollingUpgradeIT.enableLogsdbByDefault;
32+
import static org.elasticsearch.upgrades.StandardToLogsDbIndexModeRollingUpgradeIT.getWriteBackingIndex;
3333
import static org.hamcrest.Matchers.containsString;
3434
import static org.hamcrest.Matchers.equalTo;
3535
import static org.hamcrest.Matchers.greaterThanOrEqualTo;

0 commit comments

Comments
 (0)