This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from f6c7c30118e [FLINK-30709][runtime] NetworkInput#emitNext() should push
records to DataOutput within a while loop
new 2b5fe306114 [FLINK-26082][runtime] Initializing test netty server and
client in the loop to avoid the probability of `Address already in use` problem.
new 399bcef57db [FLINK-26082][runtime] Refactor
ServerTransportErrorHandlingTest and ClientTransportErrorHandlingTest according
to `initServerAndClient` method changes.
new 952c7831e74 [hotfix][runtime] Check style
ServerTransportErrorHandlingTest and ClientTransportErrorHandlingTest fix
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../netty/ClientTransportErrorHandlingTest.java | 84 ++++++++++------------
.../runtime/io/network/netty/NettyTestUtil.java | 20 +++++-
.../netty/ServerTransportErrorHandlingTest.java | 56 ++++-----------
3 files changed, 69 insertions(+), 91 deletions(-)