mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-11 21:02:39 +08:00
The -run "^$" flag was being mangled by cmd.exe's argument processing. The ^ character is cmd.exe's escape character, so go.cmd's cmd.exe layer eats it, turning -run "^$" into -run "$" which matches all test names. This caused the benchmark job to run every test, leading to timeouts and Go runtime crashes. Use -run XXXXNothingXXXX instead, which avoids special characters entirely. Updates #19252 Change-Id: I888c124254dd2767a40b61bcd68dbc9b22ad35a1 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> |
||
|---|---|---|
| .. | ||
| checklocks.yml | ||
| cigocacher.yml | ||
| codeql-analysis.yml | ||
| docker-base.yml | ||
| docker-file-build.yml | ||
| flakehub-publish-tagged.yml | ||
| golangci-lint.yml | ||
| govulncheck.yml | ||
| installer.yml | ||
| kubemanifests.yaml | ||
| natlab-integrationtest.yml | ||
| pin-github-actions.yml | ||
| request-dataplane-review.yml | ||
| ssh-integrationtest.yml | ||
| test.yml | ||
| update-flake.yml | ||
| update-webclient-prebuilt.yml | ||
| vet.yml | ||
| webclient.yml | ||