Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Add fix for slow start vtgate
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Tocker <tocker@gmail.com>
  • Loading branch information
morgo committed Apr 16, 2020
1 parent 6f5c62f commit a7bef05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/local_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ source ./env.sh # Required so that "mysql" works from alias

./101_initial_cluster.sh

sleep 1 # Give vtgate a second to really start.

mysql < ../common/insert_commerce_data.sql
mysql --table < ../common/select_commerce_data.sql

Expand Down

0 comments on commit a7bef05

Please sign in to comment.