style95 commented on code in PR #5333:
URL: https://github.com/apache/openwhisk/pull/5333#discussion_r991892614
##########
tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerProxyTests.scala:
##########
@@ -961,7 +961,7 @@ class FunctionPullingContainerProxyTests
}
client.send(machine, ClientClosed)
- probe.expectMsgAllOf(ContainerRemoved(true), Transition(machine, Running,
Removing))
+ probe.expectMsgAllOf(ContainerRemoved(false), Transition(machine, Running,
Removing))
Review Comment:
Since the `true` here means, it replaces a prewarm container, `false` is the
correct value.
--
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]