Skip to content

Commit 1ff1840

Browse files
authored
Unmute test around can match shards skipping against searchable snapshots (#118189) (#118243)
This test has been muted for a long time. The failure may or may no longer be relevant. This commit unmutes it. If it fails again, we'll get updated info and look into it. Closes #105339
1 parent 4f21c62 commit 1ff1840

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsCanMatchOnCoordinatorIntegTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import org.elasticsearch.snapshots.SnapshotId;
4343
import org.elasticsearch.test.ESIntegTestCase;
4444
import org.elasticsearch.test.NodeRoles;
45-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
4645
import org.elasticsearch.test.transport.MockTransportService;
4746
import org.elasticsearch.xcontent.XContentFactory;
4847
import org.elasticsearch.xpack.core.searchablesnapshots.MountSearchableSnapshotAction;
@@ -788,11 +787,6 @@ public void testQueryPhaseIsExecutedInAnAvailableNodeWhenAllShardsCanBeSkipped()
788787
* Can match against searchable snapshots is tested via both the Search API and the SearchShards (transport-only) API.
789788
* The latter is a way to do only a can-match rather than all search phases.
790789
*/
791-
@TestIssueLogging(
792-
issueUrl = "https://github.com/elastic/elasticsearch/issues/97878",
793-
value = "org.elasticsearch.snapshots:DEBUG,org.elasticsearch.indices.recovery:DEBUG,org.elasticsearch.action.search:DEBUG"
794-
)
795-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105339")
796790
public void testSearchableSnapshotShardsThatHaveMatchingDataAreNotSkippedOnTheCoordinatingNode() throws Exception {
797791
internalCluster().startMasterOnlyNode();
798792
internalCluster().startCoordinatingOnlyNode(Settings.EMPTY);

0 commit comments

Comments
 (0)