Skip to content

Commit

Permalink
Fix tracetest 'accountingservice' is not part of the trace anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Jun 20, 2024
1 parent d02a6c1 commit fb460d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/tracetesting/frontend-service/06-checking-out-cart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,3 @@ spec:
selector: span[tracetest.span.type="messaging" name="orders publish" messaging.system="kafka" messaging.destination.name="orders" messaging.operation="publish"]
assertions:
- attr:messaging.destination.name = "orders"
- name: The order was sent to accountability
# captures the span emitted by Kafka instrumentation for Go
selector: span[tracetest.span.type="messaging" name="orders receive" messaging.system="kafka" messaging.destination.name="orders" messaging.operation="receive"]
assertions:
- attr:name = "orders receive"

0 comments on commit fb460d4

Please sign in to comment.