Closed resmo closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
0ca525d
) 90.42% compared to head (5ca5c47
) 91.58%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We see a failing integration tests while trying to delete an instance. The code should have waited for a
server_state
not in "locked", "none" but did not, this is unexpected.Description
a task before we got:
after we got:
so I assume the api returned
locked
but if we had one of these states, why is the code not waiting? was the key not returned? resource was not queries?That is why I refactored the code a bit to be more strict for these cases and also wait
Related Issues
Checklist: