You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (JIRA)" <ji...@apache.org> on 2019/04/15 08:17:00 UTC

[jira] [Created] (BEAM-7075) RedisIOTest creates multiple instances of the embedded server

Ismaël Mejía created BEAM-7075:
----------------------------------

             Summary: RedisIOTest creates multiple instances of the embedded server
                 Key: BEAM-7075
                 URL: https://issues.apache.org/jira/browse/BEAM-7075
             Project: Beam
          Issue Type: Improvement
          Components: io-java-redis
            Reporter: Ismaël Mejía
            Assignee: Ismaël Mejía


RedisIOTest manages an embedded server for test purposes but it is instantiated on JUnit `@Before` instead of `@BeforeClass` as a consequence an instance is created for every test, and an associated extra port is used too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)