neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
153 stars 21 forks source link

e2e test 'restart-counted' is flaky #954

Open sharnoff opened 4 months ago

sharnoff commented 4 months ago

Hit this a few times over the past few weeks. Finally got around to opening an issue for it after hitting it again. A couple examples:

Seems like in general the issue is that the VM has Phase=Running and RestartCount=0 after the pod has been killed.

At first I thought it might be a race between when the controller updates the VM after restarting and when kuttl checks... but it seems like the issue is actually that it's still that way 30 seconds later?