Skip to content

Commit

Permalink
[cmd/opampsupervisor]: Add storage dir to e2e test config to fix test…
Browse files Browse the repository at this point in the history
… failure (open-telemetry#33095)

**Description:** <Describe what has changed.>
fixes test failure observed in open-telemetry#33093 (due to merge of open-telemetry#32819 and
open-telemetry#32618)

**Link to tracking Issue:** Closes open-telemetry#33093

**Testing:** run supervisor e2e tests
  • Loading branch information
BinaryFissionGames committed May 16, 2024
1 parent cd4b21b commit c3b68d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ capabilities:
reports_remote_config: true
accepts_restart_command: true

storage:
directory: "{{.storage_dir}}"

agent:
executable: ../../bin/otelcontribcol_{{.goos}}_{{.goarch}}{{.extension}}
description:
Expand Down

0 comments on commit c3b68d6

Please sign in to comment.