Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent race that occurs after test timeout
The `instance` variable used in the suite was referenced by a transient go routine used in the test after the test failed due to a timeout. Instead of dereferencing the instance to acquire the session, pass the session directly to the go routine. Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
- Loading branch information