grpc/test/compiler
Nathaniel Manista 5ee11a8e12 Stability fixes for python_plugin_test
The "normal" timeout is eliminated. The "short" timeout is changed to
be the length used in tests that will time out as part of their
execution and the "long" timeout is changed to be a ridiculously high
value that will have no bearing on passing tests.

The "pause" behavior of _ServicerMethods is changed to use a
threading.Condition's wait/notify methods rather than busy-sleeping.

Tests that used servicer delay to verify that asynchronous calls are
not affected by server delay are changed to use servicer pause to
verify that asynchronous calls return while the servicer is paused.

Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a
threading.Condition's wait/notify methods.

Fixes https://github.com/grpc/grpc/issues/1900.
2015-06-11 15:50:13 +00:00
..
python_plugin_test.py Stability fixes for python_plugin_test 2015-06-11 15:50:13 +00:00
test.proto Fix bugs in Python code generator 2015-02-26 14:21:21 -08:00