Commit 3b75547
committed
test(e2e): skip config-skyhook glob update step per #245
The `glob update` step in config-skyhook/chainsaw-test.yaml is the
canonical reproducer for issue #245 (Owned ConfigMap can permanently
desync from spec when a stale Status.ConfigUpdates entry drives a
spurious interrupt cycle). The operator gets exactly one good
reconcile window per spec change to satisfy the CM-write gate, and
timing on kind regularly misses it.
The issue itself documents this CI workaround:
"Skip the `glob update` step in config-skyhook/chainsaw-test.yaml
with a # TODO(<this-issue>) comment until the fix lands."
This is unrelated to PR #258's CLI changes; the test flake was
previously masked by other failures in the same file and surfaced
after PR #242 closed the StageInterrupt trap.
Signed-off-by: Alex Yuskauskas <ayuskauskas@nvidia.com>1 parent 5c7f7cb commit 3b75547
1 file changed
Lines changed: 16 additions & 10 deletions
Lines changed: 16 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
0 commit comments