Skip to content

Commit

Permalink
[Builder]: Remove test that depends on the contrib (open-telemetry#4787)
Browse files Browse the repository at this point in the history
The latest is tested by the cmd/otelcorecol which uses the builder to generate the files.

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Feb 26, 2022
1 parent 805224d commit 4998703
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 60 deletions.
2 changes: 1 addition & 1 deletion cmd/builder/test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Testing for the OpenTelemetry Collector Builder
# Testing for the OpenTelemetry Collector Builder

This is a set of end-to-end tests for the builder. As such, it includes only positive tests, based on the manifest files in this directory. Each manifest is expected to be in a working state and should yield an OpenTelemetry Collector instance that is ready within a time interval. "Ready" is defined by calling its healthcheck endpoint.
22 changes: 0 additions & 22 deletions cmd/builder/test/replaces.builder.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions cmd/builder/test/replaces.otel.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/builder/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Using ${GOBIN} to compile the distributions."
# each attempt pauses for 100ms before retrying
max_retries=50

tests="replaces core"
tests="core"

base=`mktemp -d`
echo "Running the tests in ${base}"
Expand Down

0 comments on commit 4998703

Please sign in to comment.