Skip to content

test: Skip tests that send os.Interrupt to test pid #7695

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

Merged
merged 1 commit into from
May 26, 2023

Conversation

mafredri
Copy link
Member

@mafredri mafredri commented May 26, 2023

This can cause test flakes due to clitest commands running in memory and listening to interrupt signals.

Example: https://github.com/coder/coder/actions/runs/5083425027/jobs/9134405616

Observe that multiple agents are triggered to shutdown (gracefully) almost immediately after being started, tests then time out much later.

This can cause test flakes due to clitest commands running in memory and
listening to interrupt signals.
Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

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

👍

@mafredri mafredri merged commit 05efd64 into main May 26, 2023
@mafredri mafredri deleted the mafredri/test-skip-tests-that-interrupt-testpid branch May 26, 2023 13:17
@github-actions github-actions bot locked and limited conversation to collaborators May 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants