This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from b8d79f778aa [FLINK-26244][webui] Migrate tests to JUnit5
     add 0436cee1c7c [FLINK-27427][rpc] Remove timeouts from RpcUtils#terminate*

No new revisions were added by this update.

Summary of changes:
 .../rpc/akka/AkkaRpcActorHandshakeTest.java        |  6 +--
 .../AkkaRpcActorOversizedResponseMessageTest.java  |  9 ++--
 .../flink/runtime/rpc/akka/AkkaRpcActorTest.java   | 18 +++----
 .../flink/runtime/rpc/akka/AkkaRpcServiceTest.java |  2 +-
 .../rpc/akka/ContextClassLoadingSettingTest.java   |  4 +-
 .../runtime/rpc/akka/RemoteAkkaRpcActorTest.java   |  5 +-
 .../org/apache/flink/runtime/rpc/RpcUtils.java     | 61 +++++-----------------
 .../runtime/dispatcher/AbstractDispatcherTest.java |  2 +-
 .../dispatcher/DispatcherCleanupITCase.java        |  2 +-
 .../flink/runtime/dispatcher/DispatcherTest.java   |  2 +-
 .../runtime/dispatcher/MiniDispatcherTest.java     | 14 ++---
 .../jobmaster/JobMasterPartitionReleaseTest.java   |  2 +-
 .../ResourceManagerJobMasterTest.java              |  2 +-
 .../ResourceManagerPartitionLifecycleTest.java     |  2 +-
 .../ResourceManagerServiceImplTest.java            |  2 +-
 .../ResourceManagerTaskExecutorTest.java           |  2 +-
 .../resourcemanager/ResourceManagerTest.java       |  4 +-
 .../apache/flink/runtime/rpc/AsyncCallsTest.java   |  6 +--
 .../flink/runtime/rpc/FencedRpcEndpointTest.java   | 12 ++---
 .../apache/flink/runtime/rpc/RpcEndpointTest.java  | 14 ++---
 ...cutorExecutionDeploymentReconciliationTest.java |  2 +-
 .../TaskExecutorPartitionLifecycleTest.java        |  4 +-
 .../runtime/taskexecutor/TaskExecutorTest.java     | 58 ++++++++++----------
 .../retriever/impl/RpcGatewayRetrieverTest.java    |  4 +-
 .../JobManagerHAProcessFailureRecoveryITCase.java  |  2 +-
 .../recovery/ProcessFailureCancelingITCase.java    |  3 +-
 26 files changed, 103 insertions(+), 141 deletions(-)

Reply via email to