提交 2ca3cead 编写于 作者: S Sharif Elgamal

ok that was too verbose

上级 ac792e2b
......@@ -199,7 +199,7 @@ func validateMultiNode(ctx context.Context, t *testing.T, profile string) {
}
// Add a node to the current cluster
addArgs := []string{"node", "add", "-p", profile, "-v", "10", "--alsologtostderr"}
addArgs := []string{"node", "add", "-p", profile, "-v", "3", "--alsologtostderr"}
rr, err := Run(t, exec.CommandContext(ctx, Target(), addArgs...))
if err != nil {
t.Fatalf("failed to add node to current cluster. args %q : %v", rr.Command(), err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册