Skip to content

Commit

Permalink
Move testbed from collector core to contrib, correctness tests not yet (
Browse files Browse the repository at this point in the history
#4846)

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 24, 2021
1 parent 297da44 commit 061c85d
Show file tree
Hide file tree
Showing 74 changed files with 1,583 additions and 1,626 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ commands:
- install_fluentbit
- run:
name: Loadtest
command: make e2e-test
command: TEST_ARGS="-test.run=$(make -C testbed -s list-loadtest-tests | circleci tests split|xargs echo|sed 's/ /|/g')" make e2e-test
- store_artifacts:
path: testbed/tests/results
- store_test_results:
Expand Down Expand Up @@ -359,6 +359,7 @@ jobs:

loadtest-with-github-reports:
executor: golang
parallelism: 6
resource_class: medium+
environment:
TEST_RESULTS: testbed/tests/results/junit/results.xml
Expand All @@ -368,6 +369,7 @@ jobs:

loadtest:
executor: golang
parallelism: 6
resource_class: medium+
environment:
TEST_RESULTS: testbed/tests/results/junit/results.xml
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ all: common gotest otelcontribcol otelcontribcol-unstable
.PHONY: e2e-test
e2e-test: otelcontribcol otelcontribcol-unstable
$(MAKE) -C testbed run-tests
$(MAKE) -C testbed run-tests TESTS_DIR=tests_unstable_exe

.PHONY: unit-tests-with-cover
unit-tests-with-cover:
Expand Down
Loading

0 comments on commit 061c85d

Please sign in to comment.