Commit e5e6ae9
test(conformance): non-blocking per-entry cleanup (don't stall on finalizers)
The idempotency run was hanging (then timing out) in the backup-enabled entry's
DeferCleanup: deleting the instance triggers the operator's on-delete backup
finalizer, whose snapshot Job can't complete with placeholder S3 creds, so the
default `kubectl delete` (which waits for finalizers) blocked indefinitely and
starved the remaining corpus entries. All 7 prior entries pass (Ready +
idempotency); switch the per-entry cleanup to a non-blocking delete
(--wait=false) so the full corpus runs. The ephemeral cluster is torn down at the
end, so a terminating instance left behind is harmless.
(Follow-up, operator-side: the backup-on-delete finalizer should not block
deletion indefinitely when the backup fails — an instance with bad creds is
otherwise undeletable.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8d94eac commit e5e6ae9
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments