Kami commented on PR #1807:
URL: https://github.com/apache/libcloud/pull/1807#issuecomment-1343477006

   Race condition is indeed related to this new test - we need to ensure 
"send_code" thread is started before "get_thread" to avoid race condition / 
dead lock (get code trying to retrieve code before server is running).
   
   I've added a temporary fix / workaround in - 
97ba9b5386eba5bdefc44da053b5d3ebcf3b60e8. Proper fix would not rely on wait / 
sleep, but on a state change.


-- 
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: notifications-unsubscr...@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to