bharathv opened a new pull request #10:
URL: https://github.com/apache/hbase-native-client/pull/10


   Adds the plumbing needed to run test-patch tooling from Yetus.
   
   Example:
   
   YETUS_ARGS=patch.diff bin/run_tests_with_yetus.sh (without docker)
   
   RUN_IN_DOCKER=true YETUS_ARGS='--dirty-workspace patch.diff' 
bin/run_tests_with_yetus.sh
   (with docker)
   
   Sample output (with a few failing tests).
   
   | Vote |          Subsystem |  Runtime   | Comment
   ============================================================================
   +---------------------------------------------------------------------------
   |      |                    |            | Prechecks
   +---------------------------------------------------------------------------
   +---------------------------------------------------------------------------
   |      |                    |            | master Compile Tests
   +---------------------------------------------------------------------------
   |  +1  |    CMakeLists.txt  |   2m  9s   | master passed
   |  +1  |           compile  |   0m 44s   | master passed
   +---------------------------------------------------------------------------
   |      |                    |            | Patch Compile Tests
   +---------------------------------------------------------------------------
   |  +1  |    CMakeLists.txt  |   2m  3s   | the patch passed
   |  +1  |           compile  |  13m 54s   | the patch passed
   +---------------------------------------------------------------------------
   |      |                    |            | Other Tests
   +---------------------------------------------------------------------------
   |  -1  |              unit  |   0m 34s   | root in the patch failed.
   |      |                    |  21m  1s   |
   
                 Reason | Tests
    Failed CTEST tests  |  async-batch-rpc-retrying-test
                        |  async-rpc-retrying-test
                        |  client-test
                        |  filter-test
                        |  location-cache-retry-test
                        |  location-cache-test
                        |  scanner-test
   
   Supports both docker and non-docker mode. Runs all the unit-tests
   as a part of the test-patch run.
   
   Follow on patches will add the necessary integration with Jenkins
   for pre-commit builds.


----------------------------------------------------------------
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:
[email protected]


Reply via email to