Skip to content

Commit

Permalink
Merge #28468
Browse files Browse the repository at this point in the history
28468: roachtest: Fix kv/quiescence/nodes=3 use of --host r=nvanbenschoten a=nvanbenschoten

This was broken by #28373.

Release note: None

Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
  • Loading branch information
craig[bot] and nvanbenschoten committed Aug 10, 2018
2 parents 4fd9d78 + df12397 commit 4ab14ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/kv.go
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 4ab14ea

Please sign in to comment.