Github user kkhatua commented on the issue:
https://github.com/apache/drill/pull/1024
Ready for a final review.
All unit tests, with the exception of
`PreparedStatementTest.testServerTriggeredQueryTimeout` . The test is being
ignored because the timed pause injection is not being honoured for a
PreparedStatement, though it is honoured for a regular Statement. In actual
dev/functional testing, however, the timeout works, which makes me believe
there is a limitation with the test framework injecting pauses for Prepared
Statement.
---