Kong / mesh-perf

Performance tests of Kong Mesh
Apache License 2.0
0 stars 1 forks source link

delete deployments and statefulsets first before deleting namespace #100

Closed lahabana closed 11 months ago

lahabana commented 1 year ago

We're still seeying AfterAll failures: https://github.com/Kong/mesh-perf/actions/runs/6166260277/job/16735463601

My guess is that we could be a bit nicer by deleting the parent resource first

michaelbeaumont commented 1 year ago

Hmm why does it return

error while running command: exit status 1; Error from server: etcdserver: leader changed
lahabana commented 1 year ago

I guess etcd is overwhelmed that we delete 2k pods at once

lahabana commented 1 year ago

It passed lately so maybe it's fine...