Skip to content

fix(config): remove t.Parallel from tests sharing global singletons#53

Merged
Patel230 merged 5 commits into
mainfrom
fix/config-parallel-race
Jun 26, 2026
Merged

fix(config): remove t.Parallel from tests sharing global singletons#53
Patel230 merged 5 commits into
mainfrom
fix/config-parallel-race

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Tests mutating credentials.SetDefaultStore and ResetCategoryRegistry raced when run concurrently. Remove t.Parallel from those tests only. Fixes race-detector CI failure on main.

Patel230 added 5 commits June 25, 2026 21:49
Add CODEOWNERS for PR review routing and dependabot.yml for automated
dependency updates (gomod + github-actions, weekly, grouped).
Tests mutating credentials.SetDefaultStore and ResetCategoryRegistry
raced when run in parallel — remove t.Parallel only from those tests.
@Patel230 Patel230 merged commit 072fcdf into main Jun 26, 2026
15 checks passed
@Patel230 Patel230 deleted the fix/config-parallel-race branch June 26, 2026 16:31
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.

1 participant