-
Notifications
You must be signed in to change notification settings - Fork 254
Bug 1949126 - Improve the Rust based search engine selector tests Part 2 #7141
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
Bug 1949126 - Improve the Rust based search engine selector tests Part 2 #7141
Conversation
ef5588b to
e5ba085
Compare
Standard8
left a comment
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 working on this. There's a few comments in-line to address.
From the patch structure, it is pretty hard to review. The problem appears to be the moves/re-ordering of the tests within the file - this makes the differences hard to read and find. It would probably have been better to do the moves of the tests in a separate commit, and then in theory the diffs would be simpler here as it would just be the actual changes.
However, as I know there's been a lot of work in this, and it is test-only, I'm not going to ask for that here, but it would be something to bear in mind in future to make it easier for reviewers.
e5ba085 to
b0ef4f8
Compare
Standard8
left a comment
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 the changes here are fine, however I think the diffs might be a bit weird, once the other PR lands on main, please could you rebase and change this PR to be based on main, so that it is easier to check before it lands?
Yeah. There were merge conflicts, which I fixed here. I feel like I've either missed or added a few things. |
b0ef4f8 to
e70503a
Compare
e70503a to
9615cae
Compare
Standard8
left a comment
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.
Thank you for the updates, nice to see this getting simpler.
Pull Request checklist
[ci full]to the PR title.