Skip to content

Commit

Permalink
move debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 6, 2024
1 parent b8d80a3 commit ac80a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/simulation/src/slt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ pub async fn run_slt_task(
expected: StatementExpect::Ok,
};
tester.run_async(set_random_vnode_count).await.unwrap();
}

println!("[BUGEN] running record: {record}");
println!("[BUGEN] running record: {record}");
}

match tester
.run_async(record.clone())
Expand Down

0 comments on commit ac80a0f

Please sign in to comment.