keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
125 stars 68 forks source link

Daily scheduled cluster deletion job fails #810

Closed andyuk1986 closed 2 months ago

andyuk1986 commented 2 months ago

Describe the bug

The delete cluster job is failing with error on the first picked cluster which causes that the rest available clusters are not deleted.

Version

main

Expected behavior

The delete cluster job should delete all clusters which are not marked with "keepalive" flag.

Actual behavior

The job fails in the end of the first picked cluster deletion making impossible to go forward and delete the rest available clusters.

How to Reproduce?

No response

Anything else?

No response

andyuk1986 commented 2 months ago

The issue is fixed with PR #811

ahus1 commented 2 months ago

@andyuk1986 - please only close the issue once the PR is merged. If you add Closes #xxx to the description of the PR, it will close the issue automatically if the PR is merged. I'm therefore re-opening the issue.

andyuk1986 commented 2 months ago

Thanks @ahus1