Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MySQL] make the tests go faster (#392)
Awaiting in the loop was causing this to take ages as it was doing one leaf at a time. They now happen in parallel, and we make sure they're all done before we allow the read parts of the test to start.
- Loading branch information