Skip to content

Commit 251180c

Browse files
authored
Skips synonym test in mixed cluster bwc tests instead of YAML rest compat (#119044) (#119664)
(cherry picked from commit cc0e53e) # Conflicts: # muted-tests.yml # qa/mixed-cluster/build.gradle
1 parent 1acda8c commit 251180c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

muted-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,6 @@ tests:
358358
issue: https://github.com/elastic/elasticsearch/issues/117937
359359
- class: org.elasticsearch.xpack.security.authc.kerberos.KerberosAuthenticationIT
360360
issue: https://github.com/elastic/elasticsearch/issues/118414
361-
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
362-
method: test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
363-
issue: https://github.com/elastic/elasticsearch/issues/116777
364361
- class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
365362
method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.1.3, bwcProject: bugfix2, expectedAssembleTaskName:
366363
extractedAssemble, #3]"

qa/mixed-cluster/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry
6464
// Excluded because they create dot-prefixed indices on older versions
6565
excludeList.add('indices.resolve_index/20_resolve_system_index/*')
6666

67+
// Can't work until auto-expand replicas is 0-1 for synonyms index
68+
excludeList.add("synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set")
69+
6770
def clusterPath = getPath()
6871
buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
6972
if (bwcVersion != VersionProperties.getElasticsearchVersion()) {

0 commit comments

Comments
 (0)