You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 640, in test_tracestate_ows_handling
['tracestate', 'foo=1 '],
File "test.py", line 113, in make_single_request_and_get_tracecontext
return (self.get_traceparent(headers), self.get_tracestate(headers))
File "test.py", line 108, in get_tracestate
tracestate.from_string(value)
File "/home/tsutsumi/workspace/opentelemetry-python/target/trace-context/test/tracecontext/tracestate.py", line 54, in from_string
raise ValueError('illegal key-value format {!r}'.format(member))
ValueError: illegal key-value format 'foo=1 '
The text was updated successfully, but these errors were encountered:
the test_tracestate_ows_handling raises a ValueError before exercising the service under test:
https://github.com/w3c/trace-context/blob/master/test/test.py#L640
The exception that is raised is:
The text was updated successfully, but these errors were encountered: