Scale tests might leak InmemoryCluster objects #11750
Labels
area/e2e-testing
Issues or PRs related to e2e testing
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue lacks a `priority/foo` label and requires one.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What steps did you take and what happened?
What did you expect to happen?
only one inmemorycluster object to exist per cluster.
Cluster API version
~ main
Kubernetes version
No response
Anything else you would like to add?
It is propably due to the scale test which uses
CreateOrUpdate
.An update drops all references, so KCP & InMemoryCluster got re-created.
Propably related log when this happens:
Label(s) to be applied
/kind bug
/area e2e-testing
The text was updated successfully, but these errors were encountered: