You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Issue #11633 happens at 2047)
From the stress test logs of "total number of messages received" snapshots, the test does receive more than 2047 messages. (Could be the case that some of the "drain" calls worked and this may have just been a subset of #11633)
Did several runs of this test on my local machine while testing #14060. I don't see the issue anymore. Hence, closing this as per the discussion with @ramya-rao-a.
Test - scenarioBatchReceive.ts
(Issue #11633 happens at 2047)
From the stress test logs of "total number of messages received" snapshots, the test does receive more than 2047 messages. (Could be the case that some of the "drain" calls worked and this may have just been a subset of #11633)
Scenario to repro
ts-node scenarioBatchReceive.ts --settleMessageOnReceive=true --sendAllMessagesBeforeReceiveStarts=true --numberOfMessagesPerSend=1200 --numberOfParallelSends=20 --totalNumberOfMessagesToSend=100000 --receiveBatchMaxMessageCount=1000
The text was updated successfully, but these errors were encountered: