Skip to content

Commit

Permalink
fix merger
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Mar 7, 2024
1 parent 4dde294 commit e2eff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ mod tests {
let merger = MergeExecutor::for_test(rxs);
let mut handles = Vec::with_capacity(CHANNEL_NUMBER);

let epochs = (10..100u64).step_by(10).collect_vec();
let epochs = (10..1000u64).step_by(10).collect_vec();

for (tx_id, tx) in txs.into_iter().enumerate() {
let epochs = epochs.clone();
Expand Down

0 comments on commit e2eff55

Please sign in to comment.