deniskuzZ commented on code in PR #5205: URL: https://github.com/apache/hive/pull/5205#discussion_r1615907068
########## service/src/test/org/apache/hive/service/cli/TestRetryingThriftCLIServiceClient.java: ########## @@ -44,10 +45,13 @@ * Test CLI service with a retrying client. All tests should pass. This is to validate that calls * are transferred successfully. */ -public class TestRetryingThriftCLIServiceClient { +public class TestRetryingThriftCLIServiceClient extends ThriftCLITestUtils { protected static ThriftCLIService service; - private HiveConf hiveConf; - private HiveServer2 server; + + @BeforeClass + public static void setUpBeforeClass() throws Exception{ + ThriftCLITestUtils.setUpBeforeClass(); Review Comment: why to override it? it's same as parent -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org