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

[Builder]: Remove test that depends on the contrib #4787

Merged
merged 1 commit into from
Feb 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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