-
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] InstallPluginCommandTests fails repeatedly in PR tests and CI #30900
Comments
Pinging @elastic/es-core-infra |
There is another failure on 6.x thats in the same test class, but different method ("testOfficialPlatformPluginStaging" instead of "testOfficialPlatformPlugin"). Looks related though:
|
More https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=sles/2461/console, that time it fails in "testFailedSignatureVerification". |
I silenced the whole test suite as it seems not to be just 1 test. |
* master: silence InstallPluginCommandTests, see #30900 Remove left-over comment Fix double semicolon in import statement [TEST] Fix minor random bug from #30794 Include size of snapshot in snapshot metadata #18543, bwc clean up (#30890) Enabling testing against an external cluster (#30885) Add public key header/footer (#30877) SQL: Remove the last remaining server dependencies from jdbc (#30771) Include size of snapshot in snapshot metadata (#29602) Do not serialize basic license exp in x-pack info (#30848) Change BWC version for VerifyRepositoryResponse (#30796) [DOCS] Document index name limitations (#30826) Harmonize include_defaults tests (#30700)
@hendrikmuhs Since this happens also on 6.x (e.g. https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=opensuse/1087/console), we need to silence there as well. Will backport your commit. |
I ran into this two times already today in PR testing and also saw failures in CI:
I couldn't reproduce it locally so far, also not by removing the "@5167f57d" or the nested Class parts of the test method, however the failures look similar like this:
Failed in PR tests vs. master
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request/10600/consoleFull
and earlier in
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request/10589/consoleFull
Also failed earlier in CI on master at:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/6384/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/5910/console
The text was updated successfully, but these errors were encountered: