From 590d971f6c19e28c474961b00b7e52b545ca92aa Mon Sep 17 00:00:00 2001 From: lhy1024 Date: Fri, 15 Sep 2023 11:51:35 +0800 Subject: [PATCH] rename Signed-off-by: lhy1024 --- tests/pdctl/operator/operator_test.go | 2 +- tests/pdctl/scheduler/scheduler_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pdctl/operator/operator_test.go b/tests/pdctl/operator/operator_test.go index b1acfcfefe6..148cbc9e081 100644 --- a/tests/pdctl/operator/operator_test.go +++ b/tests/pdctl/operator/operator_test.go @@ -253,7 +253,7 @@ func TestOperator(t *testing.T) { }) } -func TestOperatorInMicroservice(t *testing.T) { +func TestForwardOperatorRequest(t *testing.T) { re := require.New(t) ctx, cancel := context.WithCancel(context.Background()) defer cancel() diff --git a/tests/pdctl/scheduler/scheduler_test.go b/tests/pdctl/scheduler/scheduler_test.go index c5815c35dd2..31e6270aa3b 100644 --- a/tests/pdctl/scheduler/scheduler_test.go +++ b/tests/pdctl/scheduler/scheduler_test.go @@ -531,7 +531,7 @@ func mightExec(re *require.Assertions, cmd *cobra.Command, args []string, v inte json.Unmarshal(output, v) } -func TestSchedulerInMicroservice(t *testing.T) { +func TestForwardSchedulerRequest(t *testing.T) { re := require.New(t) ctx, cancel := context.WithCancel(context.Background()) defer cancel()