Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Sep 6, 2023
1 parent fa74882 commit 5cb094b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy_components/proxy_ffi/src/raftstore_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ impl RaftStoreProxy {

let mut retry = 0;
#[cfg(any(test, feature = "testexport"))]
#[allow(clippy::redundant_closure_call)]
let retry_count = (|| {
fail::fail_point!("proxy_fetch_cluster_version_retry", |t| {
let t = t.unwrap().parse::<u64>().unwrap();
Expand Down

0 comments on commit 5cb094b

Please sign in to comment.