Skip to content

[CI] MixedClusterClientYamlTestSuiteIT fails for "search.inner_hits/10_basic" and "search/110_field_collapsing" #32055

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

Closed
cbuescher opened this issue Jul 13, 2018 · 3 comments
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI

Comments

@cbuescher
Copy link
Member

Failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/2320/console

Errors:

java.lang.AssertionError: Failure at [search/110_field_collapsing:157]: hits.total didn't match expected value:
                    hits.total: expected [6] but was [5]

	at __randomizedtesting.SeedInfo.seed([3996C2C8187055DE:B1C2FD12B68C3826]:0)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:395)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:372)
[...]
java.lang.AssertionError: Failure at [search/110_field_collapsing:255]: hits.total didn't match expected value:
                    hits.total: expected [6] but was [4]

	at __randomizedtesting.SeedInfo.seed([3996C2C8187055DE:B1C2FD12B68C3826]:0)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:395)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:372)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
[...]
java.lang.AssertionError: Failure at [search/110_field_collapsing:157]: hits.total didn't match expected value:
                    hits.total: expected [6] but was [5]

	at __randomizedtesting.SeedInfo.seed([3996C2C8187055DE:B1C2FD12B68C3826]:0)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:395)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:372)
[...]
java.lang.AssertionError: Failure at [search.inner_hits/10_basic:32]: hits.total didn't match expected value:
                    hits.total: expected [1] but was [0]

	at __randomizedtesting.SeedInfo.seed([3996C2C8187055DE:B1C2FD12B68C3826]:0)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:395)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:372)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
java.lang.AssertionError: Failure at [search/110_field_collapsing:118]: hits.total didn't match expected value:
                    hits.total: expected [6] but was [1]

	at __randomizedtesting.SeedInfo.seed([3996C2C8187055DE:B1C2FD12B68C3826]:0)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:395)
	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:372)
	at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)

At least the first case reproduces locally for me:

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search.inner_hits/10_basic/Nested doc version and seqIDs}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search/110_field_collapsing/field collapsing, inner_hits and maxConcurrentGroupRequests}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search/110_field_collapsing/field collapsing and multiple inner_hits}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search/110_field_collapsing/field collapsing, inner_hits and version}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search/110_field_collapsing/no hits and inner_hits}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search.inner_hits/10_basic/Nested inner hits}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik

REPRODUCE WITH: ./gradlew :qa:mixed-cluster:v6.4.0-SNAPSHOT#mixedClusterTestRunner \
  -Dtests.seed=3996C2C8187055DE \
  -Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
  -Dtests.method="test {p0=search/110_field_collapsing/field collapsing and inner_hits}" \
  -Dtests.security.manager=true \
  -Dtests.locale=es-GT \
  -Dtests.timezone=America/Inuvik
@cbuescher cbuescher added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI labels Jul 13, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

@cbuescher
Copy link
Member Author

Both tests seem to fail quite often also with other seeds, at least in the "mixed-cluster:v6.4.0-SNAPSHOT" scenario. I think it makes sense to mute them.

cbuescher pushed a commit that referenced this issue Jul 13, 2018
@cbuescher
Copy link
Member Author

I muted the whole yml test suites for all versions on master: 4662352

@jimczi jimczi closed this as completed in 44f0c1d Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants