Skip to content

Commit

Permalink
better trace
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 21, 2023
1 parent 3ea4208 commit e058534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/simulation/src/slt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,12 @@ pub async fn run_slt_task(
{
if let Some(record) = reset_background_ddl_record {
tester.run_async(record).await.unwrap();
background_ddl_enabled = false;
}
break;
}
// If fail, recreate mv again.
tracing::info!("failed to run test: background_mv not created, retry after {delay:?}");
tracing::info!(name, "failed to run test: background_mv not created, retry after {delay:?}");
continue;
}
break;
Expand Down

0 comments on commit e058534

Please sign in to comment.