Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Sep 5, 2024
1 parent d37e24f commit cada602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stream/src/task/barrier_manager/managed_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ impl ManagedBarrierState {
.is_ok());
}

// Spawn a trivial join handle to be compatible with the unit test
if cfg!(test) {
for actor_id in &actor_ids_to_collect {
if !self.actor_states.contains_key(actor_id) {
Expand Down

0 comments on commit cada602

Please sign in to comment.