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

Add timeout support for Go tests #13530

Closed
Eric-Arellano opened this issue Nov 8, 2021 · 0 comments · Fixed by #13707
Closed

Add timeout support for Go tests #13530

Eric-Arellano opened this issue Nov 8, 2021 · 0 comments · Fixed by #13707
Assignees
Labels
backend: Go Go backend-related issues

Comments

@Eric-Arellano
Copy link
Contributor

No description provided.

@Eric-Arellano Eric-Arellano self-assigned this Nov 8, 2021
@Eric-Arellano Eric-Arellano added the backend: Go Go backend-related issues label Nov 8, 2021
Eric-Arellano added a commit that referenced this issue Nov 24, 2021
Prework for #13530. 

[ci skip-rust]
[ci skip-build-wheels]
Eric-Arellano added a commit that referenced this issue Dec 2, 2021
Closes #13530.

Unlike Python, we use Go's native timeout support instead of the engine's. Users could have already set the timeout globally via `[go-test].args`, so we have to special-case that the global args should override the field.

[ci skip-rust]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Go Go backend-related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant