Skip to content
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

Missing handling for HTTP 503 from Icinga 2 API in integration tests #685

Closed
julianbrost opened this issue Mar 11, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@julianbrost
Copy link
Contributor

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.

@yhabteab
Copy link
Member

I think this is a bug and a blocker, as otherwise all other PRs suffer from this issue.

@yhabteab yhabteab added the bug Something isn't working label Mar 11, 2024
@Al2Klimov
Copy link
Member

Al2Klimov commented Mar 11, 2024

TODO

@yhabteab
Copy link
Member

[x] bump its "version" here

Done #696!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants