Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix race with using DefaultLogger #304

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fix race with using DefaultLogger #304

merged 1 commit into from
Feb 20, 2024

Conversation

sethvargo
Copy link
Contributor

DefaultLogger is a shared global, so sometimes this test will fail if the other tests happen to run in an incantation that changes the logger at the same time.

DefaultLogger is a shared global, so sometimes this test will fail if the other tests happen to run in an incantation that changes the logger at the same time.
@sethvargo sethvargo requested a review from a team as a code owner February 20, 2024 15:55
@sethvargo sethvargo requested a review from yolocs February 20, 2024 15:55
@verbanicm verbanicm enabled auto-merge (squash) February 20, 2024 15:55
@verbanicm verbanicm merged commit 4320ff5 into main Feb 20, 2024
1 check passed
@verbanicm verbanicm deleted the sethvargo/race branch February 20, 2024 15:56
@token-minter-prod token-minter-prod bot mentioned this pull request Mar 5, 2024
token-minter-prod bot added a commit that referenced this pull request Mar 5, 2024
## What's Changed
* feat: add draft prs to create-pull-request by @verbanicm in
#303
* Add cleanup scripts by @sethvargo in
#289
* Fix race with using DefaultLogger by @sethvargo in
#304
* fix: release by @verbanicm in #305
* Switch to nicer quoting for YAML conditions by @sethvargo in
#306
* Remove some double-quoting in workflows by @sethvargo in
#307
* Disable caching on golangci by @sethvargo in
#308
* Update to new release process by @sethvargo in
#309
* Update deps and Go version by @sethvargo in
#311


**Full Changelog**:
v1.0.3...v1.0.4

Co-authored-by: token-minter-prod[bot] <125072751+token-minter-prod[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants