This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: tested metrics & constraints for sdk-ticase-4885.
- Loading branch information
1 parent
b8fdc87
commit 4121fbb
Showing
7 changed files
with
439 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 => ./ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.