HBASE_16963 Fixup our hbase-personality post YETUS-322 flip verify_

result codes

This patch is about updating our hbase-personality for yetus.
Basic yetus methods flipped what was true and false but we did
not adjust our usage in accordance on an update. See
YETUS-322 flip verify_ result codes. I need this in place so I
can prove that there is nothing I have to do for this the parent
issue  HBASE-16955 after I commit HBASE-16952, the revamp of how
we do proto generation. After HBASE-16952 the protoc check will do the
right thing in all cases (pb2.5 vs pb3.1 and we run the protoc
in any module that has protos in it)
This commit is contained in:
Michael Stack 2016-10-28 15:30:22 -07:00
parent 9607409fca
commit 339017f0f6
1 changed files with 2 additions and 5 deletions

View File

@ -277,8 +277,7 @@ function hbaseprotoc_rebuild
return 0
fi
verify_needed_test hbaseprotoc
if [[ $? == 0 ]]; then
if ! verify_needed_test hbaseprotoc; then
return 0
fi
@ -286,7 +285,6 @@ function hbaseprotoc_rebuild
start_clock
personality_modules patch hbaseprotoc
modules_workers patch hbaseprotoc compile -DskipTests -Pcompile-protobuf -X -DHBasePatchProcess
@ -349,8 +347,7 @@ function hbaseanti_patchfile
return 0
fi
verify_needed_test hbaseanti
if [[ $? == 0 ]]; then
if ! verify_needed_test hbaseanti; then
return 0
fi