Closed bohde closed 1 week ago
When flushing queues in
PrintCurrentTest
, invokeFlushWithContext
in a parallel.
We could make it even faster (without any waiting time). Could I edit your PR to implement my idea?
We could make it even faster (without any waiting time). Could I edit your PR to implement my idea?
I'd be fine with this!
Done from my side.
I think these changes look good!
Need a following up PR: Improve testing and try to fix MySQL hanging #32515
In profiling integration tests, I found a couple places where per-test overhead could be reduced:
PrintCurrentTest
, invokeFlushWithContext
in a parallel.