fix(odm): close three on-demand migration follow-ups from the e2e matrix (#7101)

This commit is contained in:
Zhengchao An
2026-09-03 19:40:54 +08:00
committed by GitHub
parent a6cb34c7a4
commit 0713a723cd
13 changed files with 96 additions and 30 deletions
@@ -56,7 +56,7 @@ pub const REQUEST_OUTCOMES: [&str; 7] = [
/// Fixed `path` label values.
pub const PULL_PATHS: [&str; 3] = ["inline", "background", "backfill"];
/// Fixed `reason` label values.
pub const PULL_FAILURE_REASONS: [&str; 12] = [
pub const PULL_FAILURE_REASONS: [&str; 13] = [
"source_not_found",
"source_access_denied",
"source_throttled",
@@ -67,6 +67,7 @@ pub const PULL_FAILURE_REASONS: [&str; 12] = [
"source_other",
"etag_mismatch",
"local_write",
"quota",
"canceled",
"queue_full",
];