You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/02/02 08:10:00 UTC

[jira] [Created] (FLINK-25917) Share RpcSystem aross tests

Chesnay Schepler created FLINK-25917:
----------------------------------------

             Summary: Share RpcSystem aross tests
                 Key: FLINK-25917
                 URL: https://issues.apache.org/jira/browse/FLINK-25917
             Project: Flink
          Issue Type: Technical Debt
          Components: Tests
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.15.0


We currently create a dedicated RpcSystem for each test, meaning that we go through the whole cycle of extracting the rpc-akka jar and creating a new classloader.

For testing purposes we can re-use the same RpcSystem, which will alleviate FLINK-18356 and maybe speed up some test or two.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)