Closed danail-branekov closed 2 years ago
e2e tests show that this change succumbs to the HNC propagation latency problem:
Possible solutions:
@cloudfoundry/eirini, any thoughts?
I would say 3, and do it directly as part of #572 as all sort of stuff would break otherwise, right? Alternatively, go with 2 and then reuse that as part of #572 but maybe that's too complicated to orchestrate between people.
Currently we are setting the
allowCascadingDeletion
flag on orgs during org deletion.There are some indications that this might not have immediate effect and HNC controller might deny org deletion due to maybe webhook cache. We have seen that when playing with e2e tests.
We should probably therefore move setting that flag when we actually create the org so that it is already set up whenever we want to delete it.
Here is a sample handler logs from a local e2e failure: