Skip to content

Commit

Permalink
Merge pull request #6076 from planetscale/morgo-fix-legacy-local
Browse files Browse the repository at this point in the history
Reduce race in legacy_local_example
  • Loading branch information
morgo authored Apr 16, 2020
2 parents 843bde4 + f49ce93 commit e2d1832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/legacy_local_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ unset VTROOT # ensure that the examples can run without VTROOT now.

./101_initial_cluster.sh

sleep 1 # Give vtgate a second to really start.

mysql -h 127.0.0.1 -P 15306 < ../common/insert_commerce_data.sql
mysql -h 127.0.0.1 -P 15306 --table < ../common/select_commerce_data.sql
./201_customer_keyspace.sh
Expand Down

0 comments on commit e2d1832

Please sign in to comment.