baggage icon indicating copy to clipboard operation
baggage copied to clipboard

Propagation format for distributed context: Baggage

Results 3 baggage issues
Sort by recently updated
recently updated
newest added

https://github.com/w3c/baggage/blob/main/test/test_baggage.py can have more test cases added. Some can be taken from https://github.com/open-telemetry/opentelemetry-go/blob/5449f083aa4af79313d5fe5fecd554af2cb7bbbc/baggage/baggage_test.go#L239. This can help implementers of the baggage propagator to avoid some common issues. E.g. - `+` value...

I may be missing something, but should the test harness (https://github.com/w3c/baggage/blob/main/test/test_baggage.py) contain examples of invalid inputs and how to handle them? Right now it only seems to include well-formed inputs.