From f4d1e657a8b8f1e8e95dc5b84864d155d909ae21 Mon Sep 17 00:00:00 2001 From: Andrei Matei Date: Wed, 28 Nov 2018 13:44:41 -0500 Subject: [PATCH] base: small testserver comment Release note: None --- pkg/base/test_server_args.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/base/test_server_args.go b/pkg/base/test_server_args.go index 7ea64cd3670e..041568881ac6 100644 --- a/pkg/base/test_server_args.go +++ b/pkg/base/test_server_args.go @@ -166,6 +166,8 @@ const ( // ReplicationAuto means that ranges are replicated according to the // production default zone config. Replication is performed as in // production, by the replication queue. + // If ReplicationAuto is used, StartTestCluster() blocks until the initial + // ranges are fully replicated. ReplicationAuto TestClusterReplicationMode = iota // ReplicationManual means that the split and replication queues of all // servers are stopped, and the test must manually control splitting and