You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/20 07:46:02 UTC

[GitHub] [drill] paul-rogers opened a new pull request #1876: DRILL-7412: Minor unit test improvements

paul-rogers opened a new pull request #1876: DRILL-7412: Minor unit test improvements
URL: https://github.com/apache/drill/pull/1876
 
 
   Many tests intentionally trigger errors. A debug-only log setting
   sent those errors to stdout. The resulting stack dumps simply cluttered
   the test output, so disabled error output to the console.
   
   Drill can apply bounds checks to vectors. Tests run via Maven
   enable bounds checking. Now, bounds checking is also enabled in
   "debug mode" (when assertions are enabled, as in an IDE.)
   
   Drill contains two test frameworks. The older BaseTestQuery was
   marked as deprecated, but many tests still use it and are unlikely
   to be changed soon. So, removed the deprecated marker to reduce the
   number of spurious warnings.
   
   Also includes a number of minor clean-ups.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services