File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2525import org .elasticsearch .rest .RestStatus ;
2626import org .elasticsearch .search .MockSearchService ;
2727import org .elasticsearch .search .SearchService ;
28+ import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
2829import org .elasticsearch .test .transport .MockTransportService ;
2930import org .elasticsearch .transport .RemoteTransportException ;
3031import 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:DEBUG"
266+ )
262267 public void testCancelUnnecessaryRequests () {
263268 assumeTrue ("Requires pragmas" , canUseQueryPragmas ());
264269 internalCluster ().ensureAtLeastNumDataNodes (3 );
You can’t perform that action at this time.
0 commit comments