Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 5, 2024
1 parent 4d19056 commit f5e511e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/simulation/src/slt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub async fn run_slt_task(
.choose(&mut thread_rng())
.unwrap()
);
println!("setting vnode count: {sql}");
println!("[BUGEN] setting vnode count: {sql}");
let set_random_vnode_count = Record::Statement {
loc: loc.clone(),
conditions: conditions.clone(),
Expand All @@ -297,6 +297,8 @@ pub async fn run_slt_task(
tester.run_async(set_random_vnode_count).await.unwrap();
}

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

match tester
.run_async(record.clone())
.timed(|_res, elapsed| {
Expand Down

0 comments on commit f5e511e

Please sign in to comment.