mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 19:40:52 -05:00
integration-tests/go-sql-server-driver: Add retry_attempts functionality, drop sleep_millis. Add some documentation.
This commit is contained in:
@@ -287,13 +287,13 @@ tests:
|
||||
- on: server1
|
||||
queries:
|
||||
- exec: "use dolt_cluster"
|
||||
- sleep_millis: 250
|
||||
- query: "select `database`, standby_remote, role, epoch, replication_lag_millis, current_error from dolt_cluster_status order by `database` asc"
|
||||
result:
|
||||
columns: ["database","standby_remote","role","epoch","replication_lag_millis","current_error"]
|
||||
rows:
|
||||
- ["repo1","standby","primary","10","0","NULL"]
|
||||
- ["repo2","standby","primary","10","0","NULL"]
|
||||
retry_attempts: 10
|
||||
- on: server2
|
||||
queries:
|
||||
- exec: "use repo1"
|
||||
|
||||
Reference in New Issue
Block a user