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 e8c31b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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.
Expand Up @@ -17,21 +17,12 @@
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,
)
Expand Down

0 comments on commit e8c31b5

Please sign in to comment.