5037: Fix race condition in PySDK Websockets test.
authorBrett Smith <brett@curoverse.com>
Fri, 30 Jan 2015 20:09:34 +0000 (15:09 -0500)
committerBrett Smith <brett@curoverse.com>
Fri, 30 Jan 2015 20:24:49 +0000 (15:24 -0500)
commit51f9e6cb1d83249133fa9981cd7b1a882d11964b
treeaf10435ff94b27da0f3fc9e3d72f58a500016df4
parent44cbe230042e6fef66f7e05514927f8b51c77657
5037: Fix race condition in PySDK Websockets test.

This might just be bad luck, but for some reason when testing Tom's
changes I ran into a situation where this test failed because it
started processing the Websocket event about the new human before it
assigned self.h, so the assertion failed.  Fix the race condition by
asserting against a thread-aware Queue.
sdk/python/tests/test_websockets.py