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
Took a closer look at the tests, the test failures in Node are unrelated and fixed with changes proposed in #3484 (as verified on local).
These tests involve multiple receive() calls as well and are the reason why messages are getting received before the main receive() call gets executed.
Fix for this will likely be same as #3471, unless something more gets uncovered.
The failing tests in receive.spec.ts have been refactored to avoid multiple receive calls on the batching receiver and thus avoiding the drain scenario
Following tests in
receiver.spec.ts
are failing (under sectionwith EventPosition specified as
) -The Node tests were failing as well in some of the runs, and this seemed like it has to do with entity setup.
Expected behavior: Both Node and browser tests to pass consistently.
Steps to reproduce: Checkout latest commit from #3445 if not already available on master.
The text was updated successfully, but these errors were encountered: