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
constreleasing=broker.releaseOwner(socket,ownerId,[]);awaitfirstBatchEntered;assert.equal(unsubscribeCalls,8,'the first bounded cleanup batch must enter concurrently');releaseFirstBatch();awaitsecondBatchEntered;assert.equal(unsubscribeCalls,16,'the second bounded cleanup batch must enter after the first settles');releaseSecondBatch();constreleased=awaitreleasing;
2038
+
constreleasing=broker.releaseOwner(socket,ownerId,[],Date.now()+scaleTestTimeout(600));awaitfirstBatchEntered;assert.equal(unsubscribeCalls,8,'the first bounded cleanup batch must enter concurrently');releaseFirstBatch();awaitsecondBatchEntered;assert.equal(unsubscribeCalls,16,'the second bounded cleanup batch must enter after the first settles');releaseSecondBatch();constreleased=awaitreleasing;
0 commit comments