Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix race in redis-4 tests (open-telemetry#1863)
The beforeEach() hook was not awaited, so afterEach() could run before it completed, resulting in a client.disconnect() that rejects, and a mocha hook that calls done() twice. Refs: open-telemetry#1860 Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
- Loading branch information