-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Windows] Failure of org.eclipse.debug.tests.console.RuntimeProcessTests.testProcessTerminated #863
Comments
The problem affects multiple tests in testTerminateProcessWithSubProcesses (org.eclipse.debug.tests.console.RuntimeProcessTests):
testProcessTerminated (org.eclipse.debug.tests.console.RuntimeProcessTests):
|
The test methods of RuntimeProcessTests use different and rather low timeout values. Depending on the execution environment, the timeouts may be exceeded and could be a reason for random failures of these tests. The change replaces all custom timeout values with the common timeout already defined in AbstractDebugTest. Contributes to eclipse-platform#863
The test methods of RuntimeProcessTests use different and rather low timeout values. Depending on the execution environment, the timeouts may be exceeded and could be a reason for random failures of these tests. The change replaces all custom timeout values with the common timeout already defined in AbstractDebugTest. Contributes to #863
The test methods of RuntimeProcessTests use different and rather low timeout values. Depending on the execution environment, the timeouts may be exceeded and could be a reason for random failures of these tests. The change replaces all custom timeout values with the common timeout already defined in AbstractDebugTest. Contributes to eclipse-platform#863
The test seems stable since #1036 was merged. Thank you! |
It failed in this Windows build of #862
The text was updated successfully, but these errors were encountered: