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

Commit

Permalink
test: reorganize sdk-ticase-4885
Browse files Browse the repository at this point in the history
test: tested metrics & constraints for sdk-ticase-4885.
  • Loading branch information
Ray-Eldath committed Jun 18, 2021
1 parent b8fdc87 commit 4121fbb
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 702 deletions.
18 changes: 14 additions & 4 deletions testcase/sdk-ticase-4885/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
module sdk-ticase-4885
module github.com/tipocket/testcase/sdk-ticase-4885

go 1.16

require (
github.com/pingcap/go-tpc v1.0.7 // indirect
github.com/pingcap/test-infra/sdk v0.0.0-20210617124714-c7a66de592c8 // indirect
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/pingcap/test-infra/sdk v0.0.0-20210617124714-c7a66de592c8
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
go.uber.org/zap v1.16.0
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)

replace github.com/tipocket/testcase/sdk-ticase-4885 => ./
435 changes: 40 additions & 395 deletions testcase/sdk-ticase-4885/go.sum

Large diffs are not rendered by default.

303 changes: 0 additions & 303 deletions testcase/sdk-ticase-4885/main.go

This file was deleted.

Loading

0 comments on commit 4121fbb

Please sign in to comment.