Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Aug 1, 2023
1 parent a72d860 commit 0e823b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/flags/endtoend/vtgate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,18 @@ Usage of vtgate:
wait till connected for specified tablet types during Gateway initialization
--tablet_url_template string
format string describing debug tablet url formatting. See the Go code for getTabletDebugURL() how to customize this. (default http://{{.GetTabletHostPort}})
--topo_consul_idle_conn_timeout duration
Maximum amount of time to pool idle connections. (default 1m30s)
--topo_consul_lock_delay duration
LockDelay for consul session. (default 15s)
--topo_consul_lock_session_checks string
List of checks for consul session. (default serfHealth)
--topo_consul_lock_session_ttl string
TTL for consul session.
--topo_consul_max_conns_per_host int
Maximum number of consul connections per host.
--topo_consul_max_idle_conns int
Maximum number of idle consul connections. (default 100)
--topo_consul_watch_poll_duration duration
time of the long poll for watch queries. (default 30s)
--topo_etcd_lease_ttl int
Expand Down
6 changes: 6 additions & 0 deletions go/flags/endtoend/vttablet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -847,12 +847,18 @@ Usage of vttablet:
Comma separated VTTablet types to be considered by the throttler. default: 'replica'. example: 'replica,rdonly'. 'replica' aways implicitly included (default replica)
--throttle_threshold duration
Replication lag threshold for default lag throttling (default 1s)
--topo_consul_idle_conn_timeout duration
Maximum amount of time to pool idle connections. (default 1m30s)
--topo_consul_lock_delay duration
LockDelay for consul session. (default 15s)
--topo_consul_lock_session_checks string
List of checks for consul session. (default serfHealth)
--topo_consul_lock_session_ttl string
TTL for consul session.
--topo_consul_max_conns_per_host int
Maximum number of consul connections per host.
--topo_consul_max_idle_conns int
Maximum number of idle consul connections. (default 100)
--topo_consul_watch_poll_duration duration
time of the long poll for watch queries. (default 30s)
--topo_etcd_lease_ttl int
Expand Down

0 comments on commit 0e823b0

Please sign in to comment.