bdoyle0182 commented on code in PR #5346:
URL: https://github.com/apache/openwhisk/pull/5346#discussion_r1010174107


##########
tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerProxyTests.scala:
##########
@@ -1575,6 +1575,9 @@ class FunctionPullingContainerProxyTests
 
     machine ! Initialize(invocationNamespace.asString, fqn, action, 
schedulerHost, rpcPort, messageTransId)
     probe.expectMsg(Transition(machine, Uninitialized, CreatingClient))
+    awaitAssert {
+      machine.stateData shouldBe a[ContainerCreatedData]

Review Comment:
   Was this test instability introduced recently? I know this is just a test, 
but I'm wondering if there could be an issue with this 
https://github.com/apache/openwhisk/pull/5333 since I'm seeing weird orphaned 
non-existent containers in etcd



-- 
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