mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-27 00:51:39 -06:00
integration-tests/go-sql-server-driver: Give some replication tests a bit longer grace period to replicate synchronously.
This commit is contained in:
@@ -255,6 +255,7 @@ tests:
|
||||
restart_server: {}
|
||||
- on: server1
|
||||
queries:
|
||||
- exec: 'SET @@PERSIST.dolt_cluster_ack_writes_timeout_secs = 10'
|
||||
- exec: 'use repo1'
|
||||
- exec: 'delete from dolt_branch_control'
|
||||
- query: 'show warnings'
|
||||
@@ -329,6 +330,8 @@ tests:
|
||||
restart_server: {}
|
||||
- on: server1
|
||||
queries:
|
||||
# Because we run in parallel, do not be too agressive about the timeout...
|
||||
- exec: 'SET @@PERSIST.dolt_cluster_ack_writes_timeout_secs = 10'
|
||||
- exec: 'create user "brian"@"%" IDENTIFIED BY "brianspassword"'
|
||||
- query: 'show warnings'
|
||||
result:
|
||||
|
||||
Reference in New Issue
Block a user