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)