stephen mallette created TINKERPOP-1238: -------------------------------------------
Summary: Re-use Client instances in RemoteGraph tests Key: TINKERPOP-1238 URL: https://issues.apache.org/jira/browse/TINKERPOP-1238 Project: TinkerPop Issue Type: Improvement Components: driver Affects Versions: 3.2.0-incubating Reporter: stephen mallette Assignee: stephen mallette Fix For: 3.2.0-incubating GraphComputer tests for RemoteGraph didn't want to run with cached Client instances. Had to create new Client instances for every test. Not bad really, but not ideal and might be hiding an underlying error in the driver perhaps. https://github.com/apache/incubator-tinkerpop/blob/51d9b1cf62f53eb81a792070abee3d0aa9aa5873/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/RemoteGraphProvider.java#L62-L65 -- This message was sent by Atlassian JIRA (v6.3.4#6332)