ningyougang commented on code in PR #5228:
URL: https://github.com/apache/openwhisk/pull/5228#discussion_r867329125


##########
tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/MemoryQueueFlowTests.scala:
##########
@@ -1534,20 +1536,14 @@ class MemoryQueueFlowTests
           probe.expectTerminated(fsm, 10.seconds)
 
         case _ =>
-          // queue is stale and will be removed
+          fsm.underlyingActor.containers = Set(testContainerId)
           parent.expectMsg(staleQueueRemovedMsg)
+          parent.expectMsg(message)
+          // queue is stale and will be removed
           probe.expectMsg(Transition(fsm, state, Removing))
 
           fsm ! QueueRemovedCompleted
 
-          // queue should not be terminated as there is an activation

Review Comment:
   Oh, fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to