-
Notifications
You must be signed in to change notification settings - Fork 25k
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] HealthNodeUpgradeIT testHealthNode {upgradedNodes=1} failing #118157
Comments
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
Pinging @elastic/es-data-management (Team:Data Management) |
This has been muted on branch 8.x Mute Reasons:
Build Scans:
|
This (and #118158) complains that the |
For the record, this entire test was removed from |
This looks related to #106933 although that is a different exception. At any rate, my understanding is that no change made to the test code in My feeling is that we can just suppress these tests permanently (or for as long as we run the 8.x BWC tests). The |
For the record again: These failures are all on |
Wait, I don't think this test is doing what I had assumed it was doing. When I run the test from |
Ah, okay. When I make the test do
So this test is running a mixture of 8.6.2 and 8.18.0. I expect that this would not report having the |
I'm coming back to the view that we should suppress the test for the 8.5.3 and 8.6.2 upgrades. I don't think we can reliably do that test when some of the nodes in the cluster have |
This excludes the `HealthNodeUpgradeIT` test for the rolling upgrade tests which use a cluster with a mix of either 8.5.3 or 8.6.2 nodes, which serve the health endpoint at `_internal/_health`, and 8.last nodes, which serve it at `_health_report`. There is no sensible and reliable way to test the endpoint in such clusters. Closes elastic#118157 Closes elastic#118158
* Skip HealthNodeUpgradeIT for some rolling upgrades This skips part of the `HealthNodeUpgradeIT` test for the rolling upgrade tests which use a cluster with a mix of 8.5.x and 8.6.x nodes, which serve the health endpoint at `_internal/_health`, and 8.last nodes, which serve it at `_health_report`. There is no sensible and reliable way to test the endpoint in such clusters. Closes #118157 Closes #118158
Fixed by c124f1b . |
Build Scans:
Reproduction Line:
Applicable branches:
8.x
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: