Skip to content

Commit 4afbaab

Browse files
committed
Re-enable test and add logging
1 parent ecaa0b1 commit 4afbaab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ tests:
356356
- class: org.elasticsearch.indices.stats.IndexStatsIT
357357
method: testThrottleStats
358358
issue: https://github.com/elastic/elasticsearch/issues/125910
359-
- class: org.elasticsearch.xpack.esql.action.ManyShardsIT
360-
method: testCancelUnnecessaryRequests
361-
issue: https://github.com/elastic/elasticsearch/issues/125947
362359
- class: org.elasticsearch.xpack.ilm.actions.SearchableSnapshotActionIT
363360
method: testResumingSearchableSnapshotFromPartialToFull
364361
issue: https://github.com/elastic/elasticsearch/issues/125789

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/ManyShardsIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import org.elasticsearch.rest.RestStatus;
2626
import org.elasticsearch.search.MockSearchService;
2727
import org.elasticsearch.search.SearchService;
28+
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
2829
import org.elasticsearch.test.transport.MockTransportService;
2930
import org.elasticsearch.transport.RemoteTransportException;
3031
import org.elasticsearch.transport.TransportChannel;
@@ -259,6 +260,10 @@ public void testLimitConcurrentShards() {
259260
}
260261
}
261262

263+
@TestIssueLogging(
264+
issueUrl = "https://github.com/elastic/elasticsearch/issues/125947",
265+
value = "logger.org.elasticsearch.cluster.routing.allocation.ShardChangesObserver:TRACE"
266+
)
262267
public void testCancelUnnecessaryRequests() {
263268
assumeTrue("Requires pragmas", canUseQueryPragmas());
264269
internalCluster().ensureAtLeastNumDataNodes(3);

0 commit comments

Comments
 (0)