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:
356
356
- class : org.elasticsearch.indices.stats.IndexStatsIT
357
357
method : testThrottleStats
358
358
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
362
359
- class : org.elasticsearch.xpack.ilm.actions.SearchableSnapshotActionIT
363
360
method : testResumingSearchableSnapshotFromPartialToFull
364
361
issue : https://github.com/elastic/elasticsearch/issues/125789
Original file line number Diff line number Diff line change 25
25
import org .elasticsearch .rest .RestStatus ;
26
26
import org .elasticsearch .search .MockSearchService ;
27
27
import org .elasticsearch .search .SearchService ;
28
+ import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
28
29
import org .elasticsearch .test .transport .MockTransportService ;
29
30
import org .elasticsearch .transport .RemoteTransportException ;
30
31
import org .elasticsearch .transport .TransportChannel ;
@@ -259,6 +260,10 @@ public void testLimitConcurrentShards() {
259
260
}
260
261
}
261
262
263
+ @ TestIssueLogging (
264
+ issueUrl = "https://github.com/elastic/elasticsearch/issues/125947" ,
265
+ value = "logger.org.elasticsearch.cluster.routing.allocation.ShardChangesObserver:TRACE"
266
+ )
262
267
public void testCancelUnnecessaryRequests () {
263
268
assumeTrue ("Requires pragmas" , canUseQueryPragmas ());
264
269
internalCluster ().ensureAtLeastNumDataNodes (3 );
You can’t perform that action at this time.
0 commit comments