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

Terminate a test early when it fails #974

Merged
merged 1 commit into from
May 5, 2023
Merged

Terminate a test early when it fails #974

merged 1 commit into from
May 5, 2023

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented May 5, 2023

Currently the test framework waits 15 seconds and then terminates if a test fails. The reason for waiting 15 seconds is kill_remote_debuggee is called without raising Test::Unit::AssertionFailedError. We need to raise Test::Unit::AssertionFailedError on all modes when a test fails.

Currently the test framework waits 15 seconds and then terminates if a test fails. The reason for waiting 15 seconds is `kill_remote_debuggee` is called without raising `Test::Unit::AssertionFailedError`. We need to raise `Test::Unit::AssertionFailedError` on all modes when a test fails.
@ko1 ko1 merged commit 697414d into ruby:master May 5, 2023
@ono-max ono-max deleted the patch-250 branch May 5, 2023 22:01
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