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

Make sure to wait TCP/IP server to start up #827

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Nov 23, 2022

Currently, the test on TCP/IP mode sometimes fails because the debugger fails to connect to debuggee. See https://github.com/ruby/debug/actions/runs/3527685026/jobs/5917010231#step:4:338

FYI: The reason why the test has not failed until now is the test framework did not correctly detect that debuggee was terminated. Since the test framework correctly detected it from 6d9f231, the test began to fail, as it did this time.

Currently, the test on TCP/IP mode sometimes fails because the debugger fails to connect to debuggee. See https://github.com/ruby/debug/actions/runs/3527685026/jobs/5917010231#step:4:338

FYI: The reason why the test has not failed until now is the test framework did not correctly detect that debuggee was terminated. Since the test framework correctly detected it from ruby/debug@6d9f231, the test began to fail, as it did this time.
@ko1 ko1 merged commit fe270d4 into ruby:master Nov 24, 2022
@ono-max ono-max deleted the patch-200 branch November 24, 2022 09:24
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