Open
Description
openwhisk/tests/src/test/scala/ha/ShootComponentsTests.scala
Lines 142 to 145 in ba871e5
'use controller1 if controller0 goes down' test in ShootComponentsTests.scala does following procedures.
- restart controller0 container
- /ping controller0 until it’s down
- /ping controller1 to check it’s still up
- ( Invoke Action(POST) + Get Action(GET) ) * 96 to nginx
Isn't there a case when nginx will forward the first POST request to controller0 that is not ready to take requests? ( in state container up, but the backend in the container not)
Such behaivor will result in connection reset by peer which is not in Swagger Spec, failing the test.
Metadata
Metadata
Assignees
Labels
No labels