Skip to content

fix(ci): prevent race test OOM and fix cross-platform check (#33)#47

Merged
xe-nvdk merged 1 commit intov6from
fix/ci-race-test-limits
Mar 2, 2026
Merged

fix(ci): prevent race test OOM and fix cross-platform check (#33)#47
xe-nvdk merged 1 commit intov6from
fix/ci-race-test-limits

Conversation

@xe-nvdk
Copy link
Member

@xe-nvdk xe-nvdk commented Mar 2, 2026

Summary

Test plan

  • make test passes locally (all steps including race tests)
  • Cross-platform vet step works on non-Linux hosts

- Add -count=1 -timeout=5m to race tests to prevent unbounded runs
- Set GOGC=50 in CI to reduce memory pressure under the race detector
- Change cross-platform step from go test (requires runner) to go vet
  (compile-only check)
@xe-nvdk xe-nvdk merged commit 005f0f8 into v6 Mar 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: go test -race exceeds runner limits (upstream #358)

1 participant