deniskuzZ commented on code in PR #5205: URL: https://github.com/apache/hive/pull/5205#discussion_r1616971499
########## itests/hive-unit/src/test/java/org/apache/hive/service/cli/thrift/TestThriftHttpCLIServiceFeatures.java: ########## @@ -138,16 +138,15 @@ public boolean hasCookieHeader() { @BeforeClass public static void setUpBeforeClass() throws Exception { // Set up the base class - ThriftCLIServiceTest.setUpBeforeClass(); + ThriftCLITestUtils.setUpBeforeClass(); Review Comment: see how same is done in `ITestDbTxnManager`.setupDb that extends `DbTxnManagerEndToEndTestBase` ########## itests/hive-unit/src/test/java/org/apache/hive/service/cli/thrift/TestThriftHttpCLIServiceFeatures.java: ########## @@ -138,16 +138,15 @@ public boolean hasCookieHeader() { @BeforeClass public static void setUpBeforeClass() throws Exception { // Set up the base class - ThriftCLIServiceTest.setUpBeforeClass(); + ThriftCLITestUtils.setUpBeforeClass(); Review Comment: see how the same is done in `ITestDbTxnManager`.setupDb that extends `DbTxnManagerEndToEndTestBase` -- 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