From a7eca4baa86f54dcdc80b12adc0537cd7bb6ee96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E6=B6=A6=E6=A2=93?= <528185299@qq.com> Date: Fri, 5 Jul 2024 15:36:04 +0800 Subject: [PATCH] sql --- tests/e2e/greptimedbcluster_baremetal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/greptimedbcluster_baremetal_test.go b/tests/e2e/greptimedbcluster_baremetal_test.go index 549cead7..b4a508ea 100644 --- a/tests/e2e/greptimedbcluster_baremetal_test.go +++ b/tests/e2e/greptimedbcluster_baremetal_test.go @@ -69,7 +69,7 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", Ordered, func( if _, ok := err.(*exec.ExitError); ok { fmt.Printf("the process is terminated\n") } else { - fmt.Printf("Process terminated with error: %v,failed to terminated the process\n", err) + fmt.Printf("process terminated with error: %v,failed to terminated the process\n", err) } } else { fmt.Printf("failed to terminated the process\n")