Rename callTrace into progressTrace

This commit is contained in:
Kerollmops 2025-02-25 10:07:51 +01:00
parent ea7bae9a71
commit dfce20be21
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
12 changed files with 63 additions and 63 deletions

View file

@ -2206,7 +2206,7 @@ async fn import_dump_v6_containing_batches_and_enqueued_tasks() {
".results[0].startedAt" => "[date]",
".results[0].finishedAt" => "[date]",
".results[0].duration" => "[date]",
".results[0].stats.callTrace" => "[callTrace]",
".results[0].stats.progressTrace" => "[progressTrace]",
".results[0].stats.writeChannelCongestion" => "[writeChannelCongestion]",
}), name: "batches");