-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26729 Backport "HBASE-26714 Introduce path configuration for sy… #4093
Conversation
…stem coprocessors" to branch-2 - rename from HBaseCommonTestingUtil to HBaseCommonTestingUtility
@@ -41,6 +44,8 @@ | |||
public static final HBaseClassTestRule CLASS_RULE = | |||
HBaseClassTestRule.forClass(TestCoprocessorHost.class); | |||
|
|||
private static final HBaseCommonTestingUtility TEST_UTIL = new HBaseCommonTestingUtility(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this two lines related to HBaseCommonTestingUtility
are the only changes from #4069
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Please commit once HBASE-26714 is already in.
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
everything comes back as +1s but the overall report said failed, I'm rerunning it and see if it will pass |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…stem coprocessors" to branch-2 (#4093) - rename from HBaseCommonTestingUtil to HBaseCommonTestingUtility Signed-off-by: Ankit Singhal <ankit@apache.org>
…stem coprocessors" to branch-2 (#4093) - rename from HBaseCommonTestingUtil to HBaseCommonTestingUtility Signed-off-by: Ankit Singhal <ankit@apache.org>
…stem coprocessors" to branch-2 (apache#4093) - rename from HBaseCommonTestingUtil to HBaseCommonTestingUtility Ref: CDPD-34102 Signed-off-by: Ankit Singhal <ankit@apache.org> (cherry picked from commit b8db5ac) Change-Id: Ib6e40aeb1d85951754c5b68f4373ab91130ea0e7
…stem coprocessors" to branch-2