z-york commented on pull request #2737:
URL: https://github.com/apache/hbase/pull/2737#issuecomment-740307035
+ UNIT_TEST_PASSED=1
+ popd
~/workspace/apache/rctest
+ print_when_exit
+ cat
++ (( SIGNATURE_PASSED ))
++ echo ok
++ (( CHECKSUM_PASSED ))
++ echo ok
++ (( RAT_CHECK_PASSED ))
++ echo ok
++ (( BUILD_FROM_SOURCE_PASSED ))
++ echo ok
++ (( UNIT_TEST_PASSED ))
++ echo ok
* Signature: ok
* Checksum : ok
* Rat check (1.8.0_92): ok
- mvn clean apache-rat:check -D skipTests -D hadoop.profile=3.0
* Built from source (1.8.0_92): ok
- mvn clean install -DskipTests -D skipTests -D hadoop.profile=3.0
* Unit tests pass (1.8.0_92): ok
- mvn package -P runSmallTests -D skipTests -D hadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3
+ (( CHECKSUM_PASSED ))
+ (( SIGNATURE_PASSED ))
+ (( RAT_CHECK_PASSED ))
+ (( BUILD_FROM_SOURCE_PASSED ))
+ (( UNIT_TEST_PASSED ))
+ exit 0
Passed in skipTests for speed, it looks like everything got passed correctly.
----------------------------------------------------------------
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]