Skip to content

Commit 329651a

Browse files
authored
Skip tests in rest-compat that fail due to versioning issues (#121282)
1 parent a9522a0 commit 329651a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ tests:
341341
issue: https://github.com/elastic/elasticsearch/issues/121253
342342
- class: org.elasticsearch.lucene.FullClusterRestartLuceneIndexCompatibilityIT
343343
issue: https://github.com/elastic/elasticsearch/issues/121257
344-
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
345-
issue: https://github.com/elastic/elasticsearch/issues/121269
346344
- class: org.elasticsearch.upgrades.VectorSearchIT
347345
method: testBBQVectorSearch {upgradedNodes=1}
348346
issue: https://github.com/elastic/elasticsearch/issues/121271

rest-api-spec/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,16 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
100100
task.skipTest("index/91_metrics_no_subobjects/Metrics object indexing with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
101101
task.skipTest("index/91_metrics_no_subobjects/Root without subobjects with synthetic source", "_source.mode mapping attribute is no-op since 9.0.0")
102102
task.skipTest("logsdb/10_settings/routing path allowed in logs mode with routing on sort fields", "Unknown feature routing.logsb_route_on_sort_fields")
103+
104+
task.skipTest("search/520_fetch_fields/fetch _seq_no via fields", "Skip until versioning between 8.x and 9.x is restored")
105+
task.skipTest("search/90_search_after/_shard_doc sort", "Skip until versioning between 8.x and 9.x is restored")
106+
task.skipTest("tsdb/90_unsupported_operations/search with routing", "Skip until versioning between 8.x and 9.x is restored")
107+
task.skipTest("tsdb/90_unsupported_operations/noop update", "Skip until versioning between 8.x and 9.x is restored")
108+
task.skipTest("tsdb/80_index_resize/split", "Skip until versioning between 8.x and 9.x is restored")
109+
task.skipTest("tsdb/90_unsupported_operations/index with routing over _bulk", "Skip until versioning between 8.x and 9.x is restored")
110+
task.skipTest("tsdb/90_unsupported_operations/index with routing", "Skip until versioning between 8.x and 9.x is restored")
111+
task.skipTest("tsdb/90_unsupported_operations/update over _bulk", "Skip until versioning between 8.x and 9.x is restored")
112+
task.skipTest("tsdb/90_unsupported_operations/regular update", "Skip until versioning between 8.x and 9.x is restored")
113+
task.skipTest("tsdb/25_id_generation/delete over _bulk", "Skip until versioning between 8.x and 9.x is restored")
114+
task.skipTest("tsdb/20_mapping/exact match object type", "Skip until versioning between 8.x and 9.x is restored")
103115
})

0 commit comments

Comments
 (0)