Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@ tests:
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
method: testElser {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118127
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
method: testVerifierOnMissingReferencesWithBinaryPlans {default}
issue: https://github.com/elastic/elasticsearch/issues/118707
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testCohereEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/116974
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,8 @@ public void testVerifierOnMissingReferences() {
}

public void testVerifierOnMissingReferencesWithBinaryPlans() throws Exception {
assumeTrue("Requires LOOKUP JOIN", EsqlCapabilities.Cap.JOIN_LOOKUP_V5.isEnabled());

// Do not assert serialization:
// This will have a LookupJoinExec, which is not serializable because it doesn't leave the coordinator.
var plan = physicalPlan("""
Expand Down