eaze / preroll

A crate of prerolled Rust tools.
Other
39 stars 4 forks source link

The honeycomb propagation context base64 test fails #29

Open Fishrock123 opened 2 years ago

Fishrock123 commented 2 years ago
 ---- middleware::honeycomb::propagation::tests::test_marshal stdout ----
thread 'middleware::honeycomb::propagation::tests::test_marshal' panicked at 'assertion failed: `(left == right)`
  left: `"1;trace_id=abcdef123456,parent_id=0102030405,context=eyJlcnJvck1zZyI6ImZhaWxlZCB0byBzaWduIG9uIiwidG9SZXRyeSI6dHJ1ZSwidXNlcklEIjoxfQ=="`,
 right: `"1;trace_id=abcdef123456,parent_id=0102030405,context=eyJ1c2VySUQiOjEsImVycm9yTXNnIjoiZmFpbGVkIHRvIHNpZ24gb24iLCJ0b1JldHJ5Ijp0cnVlfQ=="`', src/middleware/honeycomb/propagation.rs:157:9

My best guess on this is that it is somehow impacted by the rust version.