MultithreadVirtualEventExecutorGroupTest.testFairness:402 is now failing on the CI due to 249b4b9 since the async task cannot run right after the long running continuation.
Immediate run made any submitted continuation to be executed before the async netty tasks (which happen after I/O).
MultithreadVirtualEventExecutorGroupTest.testFairness:402 is now failing on the CI due to 249b4b9 since the async task cannot run right after the long running continuation.
Immediate run made any submitted continuation to be executed before the async netty tasks (which happen after I/O).