-
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] ExternalTestCluster ensureEstimatedStats errors #52197
Comments
Pinging @elastic/es-distributed (:Distributed/Engine) |
My local reproduction has an NPE in the log
|
Pinging @elastic/es-core-features (:Core/Features/Monitoring) |
Another instance https://gradle-enterprise.elastic.co/s/v2coswufl7wdw |
Another instance https://gradle-enterprise.elastic.co/s/5ly5p5rghahyc |
Thanks for triaging this failures @davidkyle and @dnhatn. I think that #52198 should fix this failure. Also the NPE that occurred should be fixed and I will open an issue for this. |
Ironically PreventFailingBuildIT.testSoThatTestsDoNotFail is causing failures as documented in #52197. The no longer serves a purpose and can now be removed.
Ironically PreventFailingBuildIT.testSoThatTestsDoNotFail is causing failures as documented in elastic#52197. The no longer serves a purpose and can now be removed.
After the fixes were merged this test hasn't failed any more: https://build-stats.elastic.co/goto/ab51733c787e7e5087fb4cf4dc4a0fe6 |
The ironically named test
PreventFailingBuildIT.testSoThatTestsDoNotFail
has failed a number of times on 7.x with assertions errors inExternalTestCluster.ensureEstimatedStats
:.The test is completely empty which I imagine is the cause of the problem.
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=ubuntu-18.04&&immutable/563/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=oraclelinux-6&&immutable/563/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=centos-6&&immutable/563/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=fedora-29&&immutable/563/console
Reproduces occasionally
The text was updated successfully, but these errors were encountered: