Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Feb 5, 2024
1 parent c111410 commit 5869897
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ async fn test_high_barrier_latency_cancel_arrangement_backfill() -> Result<()> {
// Wait until at least 10% of records are ingested.
let progress = session
.run("select progress from rw_catalog.rw_ddl_progress;")
.await.unwrap();
.await
.unwrap();
tracing::info!(progress, "get progress before cancel stream job");
let progress = progress.replace('%', "");
let progress = progress.parse::<f64>().unwrap();
Expand Down

0 comments on commit 5869897

Please sign in to comment.