-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix broken lifecycle test in several components #30563
Fix broken lifecycle test in several components #30563
Conversation
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
c79c09f
to
3991161
Compare
sshreceiver also came with same error
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should make changes to mdatagen to not run these tests on Windows instead of allowing the receiver to start on Windows. Allowing the receiver to silently start on Windows will lead to a more confusing user experience since it makes it less obvious that Windows isn't a supported platform.
In my opinion we should tackle this issue to resolve the problems with the Windows tests: #30044.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, I also talk about this idea in slacks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a pr to solve this problem by adding supported_platforms
#30640
close this
Add a pr to solve this problem by adding |
Description:
fix #30561
Link to tracking Issue:
#30561
Testing:
No need
Documentation:
No need