keycloak / keycloak-benchmark

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

Pending VPC after Aurora test #803

Closed ahus1 closed 1 month ago

ahus1 commented 2 months ago

Describe the bug

There is a left-over VPC vpc-0e19cb27c5d005238 named Aurora Cluster gh-action-217987b in eu-east-1 which is left-over

Version

main

Expected behavior

There shouldn't be a left-over VPC after the run

Actual behavior

There is one left-over

How to Reproduce?

Unclear, needs to be investigated

Anything else?

https://github.com/keycloak/keycloak-benchmark/actions/runs/8992235578/job/24704996505

ryanemerson commented 2 months ago

The VPC remains because the Keycloak CI failed and the action appears to have been cancelled, consequently it was not possible for the cleanup of resources to completed. I think the action execution was manually cancelled as the Aurora job did not exceed it's configured timeout value.

https://github.com/keycloak/keycloak/actions/runs/8937585793

I have manually removed the VPC.

ahus1 commented 2 months ago

Thanks for looking up the job. I agree, this is strange - the timeout if 150 minutes, and we were well within that limit.

ahus1 commented 1 month ago

Not sure why this issue is already closed, it is a GitHub miracle to me. Still, soon the PR will be merged to Keycloak main, and then things will be fine.