-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
In case zookeeper pod was restarted then zookeeper monitoring go routine was terminated.
However this go routine contains channel listener, which is notified by sending a value once scenario is finished and after code block is being executed. If the go routine is terminated already then test execution will get stuck in after code block as there is no listener for channel value being sent.