integration: cover node deletion ending the long poll

A deleted node is served a self node with no StableID, so Status().Self.ID
goes empty; TestACLPolicyPropagationOverTime must match on hostname instead.

Updates #3410
This commit is contained in:
Kristoffer Dalby
2026-09-02 05:45:37 +00:00
parent b1fb6ed2e6
commit 2cefb7ec06
3 changed files with 91 additions and 13 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ act pull_request -W .github/workflows/test-integration.yaml
```
Each test runs as a separate workflow on GitHub Actions. To add a new
test, run `go generate` inside `../cmd/gh-action-integration-generator/`
and commit the generated workflow file.
test, run `go generate` inside `../.github/workflows/` and commit the
regenerated `test-integration.yaml`.
## Framework overview