Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 2ea76c5

Browse files
committed
test: reorganize sdk-ticase-4885
test: tested metrics & constraints for sdk-ticase-4885.
1 parent b8fdc87 commit 2ea76c5

File tree

7 files changed

+439
-702
lines changed

7 files changed

+439
-702
lines changed

testcase/sdk-ticase-4885/go.mod

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
module sdk-ticase-4885
1+
module github.com/tipocket/testcase/sdk-ticase-4885
22

33
go 1.16
44

55
require (
6-
github.com/pingcap/go-tpc v1.0.7 // indirect
7-
github.com/pingcap/test-infra/sdk v0.0.0-20210617124714-c7a66de592c8 // indirect
8-
github.com/prometheus/client_golang v1.11.0 // indirect
6+
github.com/pingcap/test-infra/sdk v0.0.0-20210617124714-c7a66de592c8
7+
github.com/prometheus/client_golang v1.11.0
8+
github.com/prometheus/common v0.26.0
9+
go.uber.org/zap v1.16.0
10+
golang.org/x/text v0.3.3 // indirect
11+
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0 // indirect
12+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
13+
google.golang.org/appengine v1.6.1 // indirect
14+
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
15+
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
16+
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
917
)
18+
19+
replace github.com/tipocket/testcase/sdk-ticase-4885 => ./

testcase/sdk-ticase-4885/go.sum

Lines changed: 40 additions & 395 deletions
Large diffs are not rendered by default.

testcase/sdk-ticase-4885/main.go

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)