Skip to content

Commit 28e0fae

Browse files
committed
add logs for debug convenience
Signed-off-by: haojinming <[email protected]>
1 parent fbd0c53 commit 28e0fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/common/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ pub async fn init() -> Result<()> {
5151
}
5252

5353
clear_tikv().await;
54+
let region_cnt = ctl::get_region_count().await?;
5455
// print log for debug convenience
55-
println!("init finish");
56+
println!("init finish with {} regions", region_cnt);
5657
Ok(())
5758
}
5859

0 commit comments

Comments
 (0)