Skip to content

Commit

Permalink
add more subscribers to test
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed May 26, 2023
1 parent 25b143d commit e0e8e79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ func TestCoordinator_StateSubscribe_BlockedSubscriber(t *testing.T) {
// active subscriber that will. This is to test that congestion in some
// subscribers will not block state updates to others.
coord.StateSubscribe(ctx)
coord.StateSubscribe(ctx)
coord.StateSubscribe(ctx)
activeSub := coord.StateSubscribe(ctx)
stateChangeCount := 0
for {
Expand Down

0 comments on commit e0e8e79

Please sign in to comment.