Skip to content

Commit

Permalink
skip once find parallelism
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 ac80a0f commit ff125b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/simulation/src/slt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pub async fn run_slt_task(
let records = sqllogictest::parse_file(path).expect("failed to parse file");
let can_use_random_vnode_count = records.iter().all(|record| {
if let Record::Statement { sql, .. } = record
&& sql.to_lowercase().contains("max_parallelism")
&& sql.to_lowercase().contains("parallelism")
{
tracing::debug!(path = %path.display(), "skip random vnode count");
false
Expand Down

0 comments on commit ff125b6

Please sign in to comment.