Skip to content

Commit

Permalink
test: update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 12, 2024
1 parent fbba875 commit e4c41b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/core/test_trace_context.expected
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Trace_context.Traceparent.of_value "xx":
Error "Expected version 00"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00":
Error "Expected delimiter"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-xxxx":
Error "Expected 32-digit trace-id"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx":
Error "Expected hex-encoded trace-id"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef":
Error "Expected delimiter"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef-xxxx":
Error "Expected 16-digit parent-id"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef-xxxxxxxxxxxxxxxx":
Error "Expected hex-encoded parent-id"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef-0123456789abcdef":
Error "Expected delimiter"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef-0123456789abcdef-":
Error "Expected 2-digit flags"
Error "trace context must be 55 bytes"
Trace_context.Traceparent.of_value "00-0123456789abcdef0123456789abcdef-0123456789abcdef-00":
Ok trace_id:"0123456789abcdef0123456789abcdef" parent_id:"0123456789abcdef"
Trace_context.Traceparent.of_value "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01":
Expand Down

0 comments on commit e4c41b2

Please sign in to comment.