Comment 1 for bug 1804812

Revision history for this message
Thomas Herve (therve) wrote :

I think I found the issue. It comes from https://review.openstack.org/#/c/525924/

We stop looking for messages once the execution is successful. But if we exit *before* the last message, we skip the success message and end up like the error we have before. It's a race condition.