You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewed 25 codemod test files (pkg/cli/codemod_allowed_repos_current_test.go
through pkg/cli/codemod_github_app_client_id_test.go) for parallel-safety
and added t.Parallel() to top-level tests and table-driven subtests that
are demonstrably safe: pure functions operating on local content/frontmatter
values, no t.Setenv/os.Setenv/os.Chdir, no shared mutable globals, and
t.TempDir()-scoped file I/O only.
Validated with go test -race for all modified tests and go test ./pkg/cli/...
(pre-existing failures in compile_update_check_test.go and
engine_definition_test.go are unrelated sandbox network restrictions,
reproduced identically on main before these changes).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments