We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the integration tests are failing quite frequently due to the Icinga 2 API returning HTTP 503 responses:
sla_test.go:237: Error Trace: sla_test.go:237 sla_test.go:367 Error: Not equal: expected: 200 actual : 503 Test: TestSla/DowntimeEvents/Fixed/Expire Messages: schedule-downtime
Examples for pipelines with this or similar errors on GitHub Actions: 1 2 3 4
This is probably a result of Icinga/icinga2#9445, so the tests should be adapted to handle this.
The text was updated successfully, but these errors were encountered:
I think this is a bug and a blocker, as otherwise all other PRs suffer from this issue.
Sorry, something went wrong.
[x] bump its "version" here
Done #696!
Al2Klimov
No branches or pull requests
Currently, the integration tests are failing quite frequently due to the Icinga 2 API returning HTTP 503 responses:
Examples for pipelines with this or similar errors on GitHub Actions: 1 2 3 4
This is probably a result of Icinga/icinga2#9445, so the tests should be adapted to handle this.
The text was updated successfully, but these errors were encountered: