Skip to content

Unmute MixedClusterClientYamlTestSuiteIT test {p0=mtermvectors/10_bas… …ic/Tests catching other exceptions per item}#139846

Merged
chrisparrinello merged 4 commits intoelastic:mainfrom
chrisparrinello:issue_122414
Dec 29, 2025
Merged

Unmute MixedClusterClientYamlTestSuiteIT test {p0=mtermvectors/10_bas… …ic/Tests catching other exceptions per item}#139846
chrisparrinello merged 4 commits intoelastic:mainfrom
chrisparrinello:issue_122414

Conversation

@chrisparrinello
Copy link
Contributor

Fixes #122414

I ran the test in a shell loop about 130 times with the failing test seed and had no reproduction of the error:

#!/usr/bin/env zsh

while true; do
  ((attempt++))
  echo "Attempt $attempt: running: foo"
  echo "\n" >> rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mtermvectors/10_basic.yml
  ./gradlew ":qa:mixed-cluster:v8.19.0#mixedClusterTest" -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=mtermvectors/10_basic/Tests catching other exceptions per item}" -Dtests.seed=BD4737A25262CDC3 -Dtests.bwc=true -Dtests.locale=zh-Hans-MO -Dtests.timezone=Etc/GMT-2
  rc=$?

  if (( rc != 0 )); then
    echo "Command returned non-zero exit code $rc on attempt $attempt"
    exit $rc
  fi
  sleep 1
done

I had to modify the underlying Yaml file to ensure the test reran each iteration, hence the echo "\n" statement.

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.4.0 labels Dec 19, 2025
@chrisparrinello chrisparrinello added Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch :Search Foundations/Search Catch all for Search Foundations >test Issues or PRs that are addressing/adding tests and removed needs:triage Requires assignment of a team area label labels Dec 19, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

@chrisparrinello chrisparrinello merged commit ea9ef6e into elastic:main Dec 29, 2025
35 checks passed
@chrisparrinello chrisparrinello deleted the issue_122414 branch December 29, 2025 16:44
rjernst pushed a commit to rjernst/elasticsearch that referenced this pull request Dec 29, 2025
Kubik42 pushed a commit to Kubik42/elasticsearch that referenced this pull request Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch >test Issues or PRs that are addressing/adding tests v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] MixedClusterClientYamlTestSuiteIT test {p0=mtermvectors/10_basic/Tests catching other exceptions per item} failing

3 participants