Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] MixedClusterClientYamlTestSuiteIT failure #47196

Closed
andreidan opened this issue Sep 27, 2019 · 2 comments
Closed

[CI] MixedClusterClientYamlTestSuiteIT failure #47196

andreidan opened this issue Sep 27, 2019 · 2 comments
Labels
:Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch >test-failure Triaged test failures from CI

Comments

@andreidan
Copy link
Contributor

andreidan commented Sep 27, 2019

Couldn't reproduce locally.

Build scan available https://gradle-enterprise.elastic.co/s/kmdbpkvh6hcpi

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing and search_after}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing and scroll}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/160_exists_query/Test exists query on integer field in empty index}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing on a field alias}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" \
  -Dtests.method="test {p0=indices.shrink/10_basic/Shrink index via API}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing and rescore}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing and search_after}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing and scroll}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/160_exists_query/Test exists query on integer field in empty index}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

REPRODUCE WITH: ./gradlew ':qa:mixed-cluster:v7.5.0#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/110_field_collapsing/field collapsing on a field alias}" \
  -Dtests.seed=1207F88C9F182084 \
  -Dtests.security.manager=true \
  -Dtests.locale=ln \
  -Dtests.timezone=America/Hermosillo \
  -Dcompiler.java=12 \
  -Druntime.java=11

All of them seem to fail with

java.lang.AssertionError: Failure at [search/110_field_collapsing:195]: the error message was expected to match the provided regex but didn't
Expected: cannot use \`collapse\` in conjunction with \`search_after\`
     but: was "{root_cause=[{type=transport_serialization_exception, reason=Failed to deserialize exception response from stream
@andreidan andreidan added :Search Relevance/Analysis How text is split into tokens >test-failure Triaged test failures from CI labels Sep 27, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@jimczi
Copy link
Contributor

jimczi commented Sep 27, 2019

This is fixed by #46965, sorry for the noise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants