remove two unused failpoints

This commit is contained in:
Christian Schwarz
2024-03-23 14:13:22 +00:00
parent 2e95f504a8
commit de878cc069
2 changed files with 0 additions and 4 deletions

View File

@@ -173,8 +173,6 @@ impl ControlPlaneGenerationsApi for ControlPlaneClient {
register,
};
fail::fail_point!("control-plane-client-re-attach");
let response: ReAttachResponse = self.retry_http_forever(&re_attach_path, request).await?;
tracing::info!(
"Received re-attach response with {} tenants",

View File

@@ -2821,8 +2821,6 @@ pub(crate) fn immediate_gc(
&format!("timeline_gc_handler garbage collection run for tenant {tenant_shard_id} timeline {timeline_id}"),
false,
async move {
fail::fail_point!("immediate_gc_task_pre");
#[allow(unused_mut)]
let mut result = tenant
.gc_iteration(Some(timeline_id), gc_horizon, pitr, &cancel, &ctx)