Skip to content

Commit

Permalink
Move solr to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 25, 2024
1 parent e096efc commit 5e5cc08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -221,6 +221,10 @@ jobs:
image: quay.io/splunko11ytest/redis_server:latest
ports:
- "6379:6379"
solr:
image: quay.io/splunko11ytest/solr:latest
ports:
- "8983:8983"
strategy:
matrix:
ARCH: [ "amd64", "arm64" ]
Expand Down
File renamed without changes.
11 changes: 1 addition & 10 deletions tests/receivers/smartagent/collectd-solr/collectd_solr_test.go
Expand Up @@ -17,22 +17,13 @@
package tests

import (
"path"
"testing"

"github.com/signalfx/splunk-otel-collector/tests/testutils"
)

func TestCollectdSolrReceiverProvidesAllMetrics(t *testing.T) {
containers := []testutils.Container{
testutils.NewContainer().WithContext(
path.Join(".", "testdata", "server"),
).WithExposedPorts("8983:8983").WithName(
"solr",
).WillWaitForPorts("8983").WillWaitForLogs("Time spent:"),
}

testutils.AssertAllMetricsReceived(
t, "all.yaml", "all_metrics_config.yaml", containers, nil,
t, "all.yaml", "all_metrics_config.yaml", nil, nil,
)
}

0 comments on commit 5e5cc08

Please sign in to comment.