mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
bats: fix DB locking in sql-server-remotesrv
This commit is contained in:
@@ -144,6 +144,9 @@ SQL
|
||||
dolt sql-server --port 3307 &
|
||||
srv_two_pid=$!
|
||||
|
||||
# move CWD to make sure we don't lock ".../read_replica/db"
|
||||
mkdir tmp && cd tmp
|
||||
|
||||
dolt sql-client -u root <<SQL
|
||||
use db;
|
||||
insert into vals values (1), (2), (3), (4), (5);
|
||||
|
||||
Reference in New Issue
Block a user