k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Test for Null statusChanges field in Job status #385

Open Miles-Garnsey opened 11 months ago

Miles-Garnsey commented 11 months ago

From Reaper, we sometimes observe that the statusChanges field implemented as part of this PR can be null. This results in no repair progress notifications being passed to Reaper.

This PR creates an integration test to detect the problem. The actual fix is over here.

Fixes

https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/386

github-actions[bot] commented 11 months ago

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

Miles-Garnsey commented 11 months ago

On hold pending the ability to test the client library from inside this repo. https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/389