Skip to content

Commit

Permalink
roachtest: Fix kv/quiescence/nodes=3 use of --host
Browse files Browse the repository at this point in the history
This was broken by #28373.

Release note: None
  • Loading branch information
nvanbenschoten committed Aug 10, 2018
1 parent 131f4b0 commit df12397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func registerKVQuiescenceDead(r *registry) {
run(kv+" --seed 1 {pgurl:1}", true)
})
// Gracefully shut down third node (doesn't matter whether it's graceful or not).
c.Run(ctx, c.Node(nodes), "./cockroach quit --insecure --host:{pgport:3}")
c.Run(ctx, c.Node(nodes), "./cockroach quit --insecure --host=:{pgport:3}")
c.Stop(ctx, c.Node(nodes))
// Measure qps with node down (i.e. without quiescence).
qpsOneDown := qps(func() {
Expand Down

0 comments on commit df12397

Please sign in to comment.