-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Failing test: Jest Integration Tests.src/core/server/integration_tests/elasticsearch - Version Compatibility should flag the incompatibility on version mismatch (ES is previous minor) #171289
Comments
Pinging @elastic/kibana-core (Team:Core) |
New failure: CI Build - main |
New failure: kibana-elasticsearch-snapshot-verify - main |
New failure: kibana-elasticsearch-snapshot-verify - main |
New failure: kibana-elasticsearch-snapshot-verify - main |
New failure: kibana-elasticsearch-snapshot-verify - main |
Skipped. main: bb80995 |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
New failure: kibana-elasticsearch-snapshot-verify - 8.x |
The reason these are failing in the ES-forward-compatibility tests is because the intention of this test is to run Kibana with a higher minor than the current version. Relevant piece of code: kibana/src/core/server/integration_tests/elasticsearch/version_compatibility.test.ts Line 105 in ac0b0b4
The
Maybe we can provide an env var to let the tests know and we need to mimic 9.1.0 Kibana instead? cc @elastic/kibana-operations Alternatively, we can skip this test in the forward-compatibility since that's a valid scenario. |
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: