Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: isolate keyring usage by parallel test processes#21256

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zedkipp merged 1 commit intomainfromzedkipp/keyring-isolate
Dec 15, 2025

Conversation

@zedkipp
Copy link
Contributor

@zedkippzedkipp commentedDec 12, 2025
edited
Loading

This change ensures keyring tests that utilize the real OS keyring use credentials that are isolated by process ID so that parallel test processes do not access the same credentials.

coder/internal#1192

This change ensures keyring tests that utilize the real OS keyring usecredentials that are isolated by process ID so that parallel test processesdo not access the same credentials.
@zedkippzedkipp marked this pull request as ready for reviewDecember 13, 2025 00:40
iferr!=nil {
t.Fatal(err)
}
returnfmt.Sprintf("%s_%v_%d",t.Name(),time.Now().UnixNano(),n)
Copy link
Member

@ethanndicksonethanndicksonDec 15, 2025
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The flake was on Windows, and the Windows clock does have infamously poor precision (https://github.com/search?q=org%3Acoder+windows+clock+flake&type=issues, so I'm inclined to believe your hypothesis of multiple instances of the job running on the same Windows machine.

zedkipp reacted with thumbs up emoji
@zedkippzedkipp merged commit7ecfd1a intomainDec 15, 2025
36 checks passed
@zedkippzedkipp deleted the zedkipp/keyring-isolate branchDecember 15, 2025 16:41
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsDec 15, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@ethanndicksonethanndicksonethanndickson approved these changes

@cstyancstyanAwaiting requested review from cstyan

Assignees

@zedkippzedkipp

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@zedkipp@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp