Skip to content

Commit a2173cb

Browse files
wu-shengclaude
andcommitted
fix: correct E2E traces-list expected endpoint to /artist-consumer
The trace originates at the consumer (trigger sends POST to /artist-consumer), so the trace's entry endpoint is /artist-consumer, not /artist-provider. The previous expected data was incorrect — it passed intermittently when the OAP happened to return /artist-provider first. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f51184 commit a2173cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/case/expected/traces-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ traces:
1919
- segmentid: {{ notEmpty .segmentid }}
2020
endpointnames:
2121
{{- contains .endpointnames }}
22-
- {{ notEmpty (index .endpointnames 0) }}
22+
- /artist-consumer
2323
{{- end }}
2424
duration: {{ ge .duration 0 }}
2525
start: {{ notEmpty .start}}

0 commit comments

Comments
 (0)