I updated this branch to the latest main, and now the integration tests are failing in a few workflow tests.
This change only adds the landing page under obs-status-service, so the failures…
I rebased this branch onto the latest main, after that the integration tests started failing in some workflow-related tests.
This PR only touches obs-status-service, so I’m not sure if the…
I understand the suggestion. I’ve refactored the mock to reuse the existing .json.bz2 test data instead of hardcoded values. The mock now loads factory.results.json.bz2, parses the BuildResult…
Ok I understand, thanks for the clarification! I’ve updated RedisConnect to log the error and then panic on an invalid Redis URL.
Closing this PR to create a new clean PR rebased on the latest upstream main.
Why no more panic()?
I removed panic because I think that this code runs in a long-lived service so like any invalid Redis URL might give a runtime error, so logging the error and exiting…