Skip to content

Commit d1b56d5

Browse files
authored
remove stale CRIB connector, remove stale OCR2 load test (#21302)
* remove stale CRIB connector * remove stale ocr2 load test
1 parent 3da4299 commit d1b56d5

10 files changed

Lines changed: 3 additions & 580 deletions

File tree

integration-tests/crib/README.md

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

integration-tests/crib/chaos.go

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

integration-tests/crib/connect.go

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

integration-tests/crib/ocr_test.go

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

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/avast/retry-go/v4 v4.6.1
2424
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
2525
github.com/block-vision/sui-go-sdk v1.1.4
26-
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a
2726
github.com/cli/go-gh/v2 v2.13.0
2827
github.com/deckarep/golang-set/v2 v2.6.0
2928
github.com/ethereum/go-ethereum v1.17.0
@@ -85,7 +84,6 @@ require (
8584
golang.org/x/text v0.34.0
8685
google.golang.org/grpc v1.78.0
8786
gopkg.in/guregu/null.v4 v4.0.0
88-
k8s.io/apimachinery v0.33.2
8987
)
9088

9189
require (
@@ -180,6 +178,7 @@ require (
180178
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
181179
github.com/cespare/xxhash/v2 v2.3.0 // indirect
182180
github.com/chai2010/gettext-go v1.0.2 // indirect
181+
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a // indirect
183182
github.com/chzyer/readline v1.5.1 // indirect
184183
github.com/cli/safeexec v1.0.0 // indirect
185184
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.2 // indirect
@@ -639,6 +638,7 @@ require (
639638
gotest.tools/v3 v3.5.2 // indirect
640639
k8s.io/api v0.32.3 // indirect
641640
k8s.io/apiextensions-apiserver v0.31.0 // indirect
641+
k8s.io/apimachinery v0.33.2 // indirect
642642
k8s.io/cli-runtime v0.31.2 // indirect
643643
k8s.io/client-go v0.32.3 // indirect
644644
k8s.io/component-base v0.31.2 // indirect

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ require (
4545
github.com/stretchr/testify v1.11.1
4646
github.com/wiremock/go-wiremock v1.9.0
4747
go.uber.org/atomic v1.11.0
48-
go.uber.org/ratelimit v0.3.1
4948
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
5049
golang.org/x/sync v0.19.0
5150
)
@@ -611,6 +610,7 @@ require (
611610
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
612611
go.uber.org/goleak v1.3.0 // indirect
613612
go.uber.org/multierr v1.11.0 // indirect
613+
go.uber.org/ratelimit v0.3.1 // indirect
614614
go.uber.org/zap v1.27.1 // indirect
615615
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
616616
golang.org/x/arch v0.11.0 // indirect

integration-tests/load/ocr/README.md

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

0 commit comments

Comments
 (0)