-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[rust] Select release with artifact when filtering Edge response #13735
Conversation
PR Description updated to latest commit (a5ac402)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
CI Failure Feedback(Checks updated until commit db8cd24)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
70ece9e
to
a3ba2c1
Compare
I think we need to merge this anyway because I see failures in |
Yes, this needs to be merged. I'm doing it. |
macOS tests are still failing... I wonder if the paths have changed? |
However, they are all passing locally for me. |
Same here. I will investigate why it is failing in GHA. |
User description
Description
This PR makes the filtering process used by Selenium Manager more robust in discovering the proper Edge release to download.
Motivation and Context
It seems the responses provided by the Edge products API has recently changed, since now, it can provide releases with empty artifacts. As a result, Selenium Manager fails discovering Edge, as it happens in some tests (e.g. here). This PR should prevent that.
Types of changes
Checklist
Type
Bug fix
Description
Changes walkthrough
edge.rs
Improve Edge Release Filtering in Selenium Manager
rust/src/edge.rs
are found.