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: remove Parallel() call after timeout context#10203

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

Conversation

spikecurtis
Copy link
Contributor

Fixes test flake seen here:https://github.com/coder/coder/runs/17562370632

It's inherently flaky to create a context with a timeout and then later callt.Parallel() since it causes the test to wait until all non-parallel tests have completed before resuming execution. By the time execution has resumed, the context may
have expired. The amount of time before resuming is dependent on machine resources and number of test cases, which are inherently variable.

@spikecurtisGraphite App
Copy link
ContributorAuthor

Current dependencies on/for this PR:

This comment was auto-generated byGraphite.

@spikecurtisspikecurtis merged commit3c43216 intomainOct 11, 2023
@spikecurtisspikecurtis deleted the 10-11-fix_remove_Parallel_call_after_timeout_context branchOctober 11, 2023 07:39
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 11, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@sreyasreyasreya approved these changes

Assignees

@spikecurtisspikecurtis

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@spikecurtis@sreya

[8]ページ先頭

©2009-2025 Movatter.jp