Apache9 commented on code in PR #7752:
URL: https://github.com/apache/hbase/pull/7752#discussion_r2807139564
##########
hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java:
##########
@@ -94,8 +94,8 @@ public void testRunShellTests() throws IOException {
jruby.runScriptlet(PathType.ABSOLUTE, "src/test/ruby/tests_runner.rb");
}
- @BeforeClass
- public static void setUpBeforeClass() throws Exception {
+ @BeforeEach
+ public void setUpEach() throws Exception {
Review Comment:
Better to only add BeforeAll AfterAll annotations in sub classes, and make
sub classes call static method in the parent class.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]