Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use testcontainers-go instead of containertest #16264

Merged
merged 11 commits into from
Nov 15, 2022
Merged
Prev Previous commit
Merge branch 'main' into receivers-testcontainers-go
* main:
  [chore] dependabot updates Tue Nov 15 00:17:56 UTC 2022 (#16300)
  [receiver/rabbitmq] Fix flaky integration test (#16240)
  [Docker Stats Receiver] Add @jamesmoessis as code owner (#16253)
  [receiver/mongodbatlas] Alerts poll mode check hostname and port (#16286)
  [chore] update jaeger dep (#16287)
  [pkg/stanza] Fix issue where specifying a non-existent storage extension caused panic during shutdown. (#16213)
  [pkg/ottl] Rename ottllogs to ottllog (#16242)
  Register featuregate, otherwise does not work (#16269)
  [receiver/elasticsearch]: add fielddata memory size metrics on index level (#14922)
  [chore] remove what looks to be debugging code from instanaexporter (#16258)
  • Loading branch information
mdelapenya committed Nov 15, 2022
commit 6e185f405d83cff28b857952c31e6e40304d74f3
2 changes: 1 addition & 1 deletion receiver/aerospikereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/aerosp
go 1.18

require (
github.com/aerospike/aerospike-client-go/v6 v6.4.0
github.com/aerospike/aerospike-client-go/v6 v6.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/scrapertest v0.64.0
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.15.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/aerospikereceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions receiver/kafkametricsreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view the full changes here.