Merge branch 'main' into feat/ilm-legacy-recovery-execution

This commit is contained in:
Zhengchao An
2026-09-07 02:11:51 +08:00
committed by GitHub
+3 -3
View File
@@ -2248,7 +2248,7 @@ mod tests {
let gate = extract_block_between_markers(
production,
"async fn authorize_recovery_admin_request",
"fn transition_transaction_id_from_params",
"async fn authorize_transition_admin_request",
);
assert!(gate.contains("let credentials = authorize_admin_request("));
assert!(gate.contains("recovery_actor_sha256(&credentials)"));
@@ -2579,7 +2579,7 @@ mod tests {
let inspect = src
.split("impl Operation for TransitionReconcileInspectHandler")
.nth(1)
.and_then(|block| block.split("pub struct IlmRecoveryControlListHandler").next())
.and_then(|block| block.split("impl Operation for TransitionReconcileApplyHandler").next())
.expect("inspect handler block");
assert!(inspect.contains("AdminAction::ListTierAction"));
assert!(!inspect.contains("AdminAction::SetTierAction"));
@@ -2928,7 +2928,7 @@ mod tests {
let wrapper = extract_block_between_markers(
production,
"async fn authorize_transition_admin_request",
"async fn authorize_recovery_admin_request",
"fn transition_transaction_id_from_params",
);
assert_eq!(