-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 test {p0=search.aggregation/200_top_hits/fetch fields} failing #84525
Comments
Pinging @elastic/es-analytics-geo (Team:Analytics) |
@nik9000 perhaps you're the best person to investigate this? |
Weird how it didn't fail on the PR. That can't work against older versions. I know that. I just didn't think about it. |
PRs only test snapshot BWC versions unless you add the |
It's only busted in mixed clusters with node versions 7.0.0-7.9.0. |
I would have expected it to start working in 7.8 - but maybe we didn't support fields in top_hits. checking. |
Indeed - added to aggs in 7.10: #62259 |
We added `fields` support to `top_hits` in 7.10. Tests against a cluster containing 7.9 nodes isn't likely to work.... Closes elastic#84525
We added `fields` support to `top_hits` in 7.10. Tests against a cluster containing 7.9 nodes isn't likely to work.... Closes #84525
This looks to still be failing, albeit with a slightly different error. When opening PRs for these old version BWC failures be sure to add the |
I've digging locally and it sure does fail in 7.10.x. Specifically fetching the text field fails. I'm not sure why. I don't see any PRs that fixed anything around there. I'm checking 7.11.0 now. If it doesn't fail I'll just update the skip. Adn run with |
Closed by #84635 |
This added test is failing against a big swatch of our BWC version on the 7.17 branch. Looks to be added by #84442.
Build scan:
https://gradle-enterprise.elastic.co/s/nebqv7qtmvb4g/tests/:qa:mixed-cluster:v7.9.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.aggregation%2F200_top_hits%2Ffetch%20fields%7D
Reproduction line:
./gradlew ':qa:mixed-cluster:v7.9.0#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=search.aggregation/200_top_hits/fetch fields}" -Dtests.seed=1096B8D200A59FB0 -Dtests.bwc=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=GMT0 -Druntime.java=8
Applicable branches:
7.17
Reproduces locally?:
Didn't try
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT&tests.test=test%20%7Bp0%3Dsearch.aggregation/200_top_hits/fetch%20fields%7D
Failure excerpt:
The text was updated successfully, but these errors were encountered: