mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-18 14:32:01 +09:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user