-
Notifications
You must be signed in to change notification settings - Fork 717
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
Upgrade Harness test is broken #7527
Comments
@kvalliyurnatt Could you link the red CI here or provide the command to reproduce the test? On top of my head, we recently added a restriction to the minimum version of Logstash, 8.12.0, running in ECK |
@kaisecheng we do not have an automated to test for this, this is command to run the test
Above is a sample command I think the --from-release might have changes now after the recent release. Does 8.12.0 add the necessary health field to the status ? This is the check that is failing I think
|
@kvalliyurnatt Was this a new requirement for the test harness? I've added a PR, which I think should add what we need - #7528 |
Thanks @robbavey . This is not a new requirement but I think we were excluding Logstash from the upgrade tests, but at some point it was added to the upgrade test harness and it started failing. |
Currently the Upgrade Harness test is broken because the test expects the Logstash CR to have a health field in the status, but the Logstash does not have a health field in the status.
@robbavey @kaisecheng is this field something that the Logstash team could add ? else we will have to look at modifying the test specifically for Logstash.
The text was updated successfully, but these errors were encountered: