Is testkube-api stateful? #3008
-
I noticed strange behavior while running tests using container executor(but it might apply to others as well). When the testkube-api pod is re-created while a test is in progress, the test hangs forever in the running state (the scraper pod is never created). In the logs, I can see that the test came to the end but the execution is never marked as finished. Is testkube-api stateful and re-create of pod makes some state lost? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
yes, testkube-api starts the container executor pod and tracks it till the fiinish.if you restart api-server, it will lost the reference for this po |
Beta Was this translation helpful? Give feedback.
yes, testkube-api starts the container executor pod and tracks it till the fiinish.if you restart api-server, it will lost the reference for this po