grpc/test
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
..
build clang-format 2015-05-04 00:22:12 -07:00
compiler Stability fixes for python_plugin_test 2015-06-11 15:50:13 +00:00
core Changes to byte_buffer based on comments. 2015-06-08 20:06:17 -07:00
cpp Make async server use one CQ per server thread 2015-06-09 23:34:01 -07:00
proto Move .proto files up for reuse 2015-04-16 20:45:25 -07:00