From 96a1dd078f5af4fb9175abdcab2caae91aa27ba0 Mon Sep 17 00:00:00 2001 From: zhangyangyu Date: Mon, 20 Jan 2025 18:45:47 +0800 Subject: [PATCH] remove duplicate --- .../cli/serverless/dataimport/start/azblob_test.go | 14 -------------- .../cli/serverless/dataimport/start/gcs_test.go | 14 -------------- .../cli/serverless/dataimport/start/s3_test.go | 14 -------------- 3 files changed, 42 deletions(-) diff --git a/internal/cli/serverless/dataimport/start/azblob_test.go b/internal/cli/serverless/dataimport/start/azblob_test.go index 9ef04402..5eddbe5a 100644 --- a/internal/cli/serverless/dataimport/start/azblob_test.go +++ b/internal/cli/serverless/dataimport/start/azblob_test.go @@ -33,20 +33,6 @@ import ( "github.com/stretchr/testify/suite" ) -// Copyright 2025 PingCAP, Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - type AzblobImportSuite struct { suite.Suite h *internal.Helper diff --git a/internal/cli/serverless/dataimport/start/gcs_test.go b/internal/cli/serverless/dataimport/start/gcs_test.go index 897673c8..7245e41a 100644 --- a/internal/cli/serverless/dataimport/start/gcs_test.go +++ b/internal/cli/serverless/dataimport/start/gcs_test.go @@ -33,20 +33,6 @@ import ( "github.com/stretchr/testify/suite" ) -// Copyright 2025 PingCAP, Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - type GCSImportSuite struct { suite.Suite h *internal.Helper diff --git a/internal/cli/serverless/dataimport/start/s3_test.go b/internal/cli/serverless/dataimport/start/s3_test.go index b8506c8d..7b4cf10b 100644 --- a/internal/cli/serverless/dataimport/start/s3_test.go +++ b/internal/cli/serverless/dataimport/start/s3_test.go @@ -33,20 +33,6 @@ import ( "github.com/stretchr/testify/suite" ) -// Copyright 2025 PingCAP, Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - type S3ImportSuite struct { suite.Suite h *internal.Helper