-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-22724 Add a emoji on the vote table for pre commit result on gi… #568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
Interesting. It can't get far enough to load the new personality. Do we no longer need |
It should be skip-dirs and I tried to remove it when testing on the branch HBASE-22724 and nothing went wrong, so... |
💔 -1 overall
This message was automatically generated. |
I think it'll only go wrong if there's a change to dev-support and a change to some Java file. Basically we'll do unit tests for the whole project instead of just the one that changed. |
Here I just modified a file under the dev-support directory and the pre commit was fine. So I do not think this is a big deal? We do not use this in the past, it is copied from the Jenkins file in hadoop. So if no other concerns, let’s merge this to master and try it first? If it is fine, then cherry pick to other branches. |
💔 -1 overall
This message was automatically generated. |
No, that doesn't test the issue. To get the conditions I'm talking about you need a file under dev-support and a Java file in a small module. e.g. hbase-endpoint. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
OK, let me try a new PR on HBASE-22724 branch. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
OK, seems you are right. https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/view/change-requests/job/PR-573/1/console Here we will run all the UTs although we only modified the hbase-common module. Let me add the skip-dirs option. |
💔 -1 overall
This message was automatically generated. |
The pre commit result in #573 is fine, the skip-dirs works as expected. Let me merge this. |
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org>
…thub (apache#568) Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Stack <stack@apache.org> (cherry picked from commit c3ad579) Change-Id: Ia8c5d75918f8c547b00155d9695494e4f8cfc67b
…thub