-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Streams: fix IDL tests #24267
Streams: fix IDL tests #24267
Conversation
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.
Thanks for catching this!
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.
lgtm
Dangit, a linter error. I'm on it. 👷 I also opened yet another PR to get |
Huh, it doesn't look like there's actually a linter error, but rather a problem with the task itself:
Perhaps this is caused by the on-going GitHub incident? For me, I was temporarily unable to access I'd suggest we re-run this once GitHub has calmed down a bit. 😅 |
The new IDL harness tests for Streams (#22982) did not correctly instantiate all tested interfaces. This PR fixes them.