opt: fix autocommit_nonmetamorphic#59193
Conversation
Another instance of a test that was not updated because it didn't run in the original CI or bors run. Release note: None
|
git bisect points to #58897 |
|
Ah, I guess it's not extra operations, just the same operations that now show up twice in the trace? Seems like a bug? Still, we should get this in ASAP so we can deflake the test. |
|
Hm, yea definitely not intentional. Now that tracing is always enabled, perhaps it's surfacing an underlying bug that results in doubly capturing the same traces. I'll investigate separately. |
|
bors r+ |
|
Build succeeded: |
|
I'm not sure this fixed it, I'm still seeing the test flake (with the |
|
@adityamaru I don't think that commit included this change. |
|
oops, ignore me, sorry! |
Another instance of a test that was not updated because it didn't run
in the original CI or bors run.
Release note: None