Commit 20d0806
fix(dogstatsd-replay): set dogstatsd_socket in e2e test; update BUILD.bazel
ADP's replay CLI reads dogstatsd_socket from config to find the UDS path.
The setting has no default so add it explicitly in the e2e test config.
Also add //pkg/util/defaultpaths to both BUILD.bazel files, which was
missing after the previous commit (caught by bazel:run-gazelle).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent aa2b51c commit 20d0806
3 files changed
Lines changed: 3 additions & 0 deletions
File tree
- cmd/agent/subcommands
- dogstatsdcapture
- dogstatsdreplay
- test/new-e2e/tests/agent-subcommands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments