-
Notifications
You must be signed in to change notification settings - Fork 13.3k
some low hanging clippy::perf fixes #88516
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
This comment has been minimized.
This comment has been minimized.
CI failure looks spurious, cc @GuillaumeGomez |
@bors r+ |
📌 Commit b257fc1e7b54a70156b8b02bdc663a6db2bd82cf has been approved by |
Failure looks spurious, weird... |
@GuillaumeGomez right - my point is that test is flaky and we should find a way to make it less flaky. 30 seconds is already a long timeout so we probably don't want to increase it - is there a way to make whatever it's doing faster? |
There is no explicit timeout here, we just told the test to wait for a selector and that selector didn't appear in the (default) 30 seconds timeout. I think the problem is elsewhere. |
Hmm, ok. Maybe it's not spurious then. @matthiaskrgr can you run this locally and see whether it passes? @bors r- |
b257fc1
to
7f2df9a
Compare
|
Is it running |
Ah no, apparently |
Time to fix it then! :p |
So, I went through all the changes one by one now and applied them and I got a lot of spurious test failures:
but after running |
This is highly surprising and a bit worrying. Well, if it isn't due to changes in this PR, let's move forward. I'll keep a close eye on such flakiness in the future. @bors: r=jyn514,GuillaumeGomez |
📌 Commit 7f2df9a has been approved by |
Since it's changing performance: @bors: rollup=iffy |
⌛ Testing commit 7f2df9a with merge 579416e0c16c42239c4b83c759b8f9fcdd61611c... |
💔 Test failed - checks-actions |
Apple job failed without logs. @bors retry |
⌛ Testing commit 7f2df9a with merge 38a9b8139bab93588db3cbe17f0bb309458ae965... |
💔 Test failed - checks-actions |
@bors: retry |
☀️ Test successful - checks-actions |
No description provided.