Skip to content

Commit

Permalink
Use hex trace ids in quickwit-jaeger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed Dec 22, 2023
1 parent 6333f4c commit e268bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickwit/quickwit-jaeger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ mod tests {
{
let agg_result_json = r#"[
{
"trace_id": "AQEBAQEBAQEBAQEBAQEBAQ==",
"trace_id": "01010101010101010101010101010101",
"span_timestamp": 1684857492783747000
}
]"#;
Expand All @@ -2359,11 +2359,11 @@ mod tests {
{
let agg_result_json = r#"[
{
"trace_id": "AQIDBAUGBwgJCgsMDQ4PEA==",
"trace_id": "0102030405060708090a0b0c0d0e0f10",
"span_timestamp": 1684857492783747000
},
{
"trace_id": "AgICAgICAgICAgICAgICAg==",
"trace_id": "02020202020202020202020202020202",
"span_timestamp": 1684857826019627000
}
]"#;
Expand Down

0 comments on commit e268bbd

Please sign in to comment.