tenthe opened a new issue, #4479: URL: https://github.com/apache/streampipes/issues/4479
### Body Nightly Cypress e2e tests fail because the reset endpoint returns `500` when a persisted pipeline has no `healthStatus`. This can happen when a pipeline is saved successfully, but its initial start fails before `StorePipelineStatusTask` sets `healthStatus` to `OK`. The pipeline remains in CouchDB without the field. During reset, StreamPipes force-stops all pipelines and calls `pipeline.getHealthStatus().toString()`, which throws a `NullPointerException`. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
