GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1055
DRILL-5973 : Support injection of time-bound pauses in server
Support pause injections in the test framework that are time-bound, to
allow for testing high latency scenarios.
e.g. delayed server response to the Drill client allows for test a
server-induced timeout
This would allow for testing of DRILL-3640
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-5973
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1055.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1055
----
commit 62e6f721183d648797d5329e94b277cd5722bba6
Author: Kunal Khatua <[email protected]>
Date: 2017-11-29T19:00:11Z
DRILL-5973 : Support injection of time-bound pauses in server
Support pause injections in the test framework that are time-bound, to
allow for testing high latency scenarios.
e.g. delayed server response to the Drill client allows for test a
server-induced timeout
----
---