Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1055 @parthchandra , the code was already rebased. The failing unit tests were related to TestCountDownLatchInjection, which had APIs that were unnecessarily extended to incorporate pause durations. Reverting it back to the original constructor resolved the issues and both, previously failing unit tests passed. Waiting for the rest of the regressions to pass.
---