With the current release 0.9.0 when running the stress test on an ubuntu medium flavor on openstack the test tends to hang after the initial UDP burst.
To reproduce just run a stress test from the 0.9.0 release build. I don't know how hardware dependent this bug is.
In order to solve this hanging issue a sleep was added to the get_mem function, before it attempts to send the memsize\n string to the VM.
I don't view this as a long time solution as there seems like the VM is overloaded by the UDP burst, and is not able to answer the following TCP request. It might also be possible that this is a python specific issue.
With the current release 0.9.0 when running the stress test on an ubuntu medium flavor on openstack the test tends to hang after the initial UDP burst.
To reproduce just run a stress test from the 0.9.0 release build. I don't know how hardware dependent this bug is.
In order to solve this hanging issue a sleep was added to the get_mem function, before it attempts to send the
memsize\nstring to the VM.I don't view this as a long time solution as there seems like the VM is overloaded by the UDP burst, and is not able to answer the following TCP request. It might also be possible that this is a python specific issue.