Skip to content

Conversation

@sgaist
Copy link
Member

@sgaist sgaist commented Jan 27, 2026

Describe your changes

This PR change all the calls to os.Setenv by calls to t.Setenv.

This ensures proper cleanup after use. It also requires sequential (vs parallel) test execution.

This is good since there might be race conditions and the tests will sometime fail because the variable was unset before the test executes.

This ensures proper cleanup after use. It also
requires sequential (vs parallel) test execution.
This is good since there might be race conditions
and the tests will sometime fail because the variable
was unset before the test executes.
@sgaist sgaist added the semver:patch A change requiring a patch version bump label Jan 27, 2026
@sgaist sgaist enabled auto-merge (rebase) January 27, 2026 20:49
@sgaist sgaist disabled auto-merge January 27, 2026 21:21
@sgaist sgaist merged commit cc61e28 into main Jan 27, 2026
10 checks passed
@sgaist sgaist deleted the refactor/test-setenv branch January 27, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants