GitHub user ilooner opened a pull request:
https://github.com/apache/drill/pull/945
DRILL-5798 Fixed Unstable Tests
- Fixed unstable StatusResourcesTest
- Fixed buggy port hunting for the WebService
- Fixed bug in ClientFixture which does not assign the correct user port
when port hunting is done for the user port
- Fixed unstable hash agg tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ilooner/drill DRILL-5798
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/945.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 #945
----
commit 279931cc1affc71c55b59a1b4f43a68b50549c03
Author: Timothy Farkas <[email protected]>
Date: 2017-09-17T07:33:00Z
DRILL-5798 changes include:
- Fixed unstable StatusResourcesTest
- Fixed buggy port hunting for the WebService
- Fixed bug in ClientFixture which does not assign the correct user port
when port hunting is done for the user port
- Fixed unstable hash agg tests
----
---