Sergio Peña created SENTRY-2457:
-----------------------------------
Summary: Reuse connection objects on
TestConcurrentClients#testConcurrentHS2Client
Key: SENTRY-2457
URL: https://issues.apache.org/jira/browse/SENTRY-2457
Project: Sentry
Issue Type: Test
Reporter: Sergio Peña
TestConcurrentClients#testConcurrentHS2Client creates a new Connection object
for every operation executed in the thread. If we re-use the Connection object,
then we could reduce the time this test is executed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)