Skip to content

Commit fc11326

Browse files
authored
Revert "fix: Temporarily disable the nightly otap-filter-otap Go collector scenario" (#2493)
Reverts #2396 as we bumped to new Collector image with the fix #2480
1 parent 1742e99 commit fc11326

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

tools/pipeline_perf_test/test_suites/integration/nightly/otelcol-docker.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,11 @@ tests:
8989
collector_config_template: test_suites/integration/templates/configs/otelcol/otlp-filter-otap.yaml
9090
loadgen_exporter_type: otlp
9191
backend_receiver_type: otap
92-
93-
# Disabled because we need this fix to be released and to bump versions after:
94-
# https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/46879
95-
#
96-
# - name: OTAP-FILTER-OTAP (Go Collector)
97-
# from_template:
98-
# path: test_suites/integration/templates/test_steps/df-loadgen-steps-docker-otel.yaml
99-
# variables:
100-
# result_dir: "otelcol_filter"
101-
# collector_config_template: test_suites/integration/templates/configs/otelcol/otap-filter-otap.yaml
102-
# loadgen_exporter_type: otap
103-
# backend_receiver_type: otap
92+
- name: OTAP-FILTER-OTAP (Go Collector)
93+
from_template:
94+
path: test_suites/integration/templates/test_steps/df-loadgen-steps-docker-otel.yaml
95+
variables:
96+
result_dir: "otelcol_filter"
97+
collector_config_template: test_suites/integration/templates/configs/otelcol/otap-filter-otap.yaml
98+
loadgen_exporter_type: otap
99+
backend_receiver_type: otap

0 commit comments

Comments
 (0)