KiranVelumuri commented on PR #6052: URL: https://github.com/apache/hive/pull/6052#issuecomment-3246130416
Taking reference from [ManyMiniCluster](https://github.com/apache/hive/blob/6c7e972247957976fd12e9bbc4fb9343ffa78a71/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/hbase/ManyMiniCluster.java#L267-L269), I used it here for HBase tests. This is good to have when we upgrade javax.servlet.X classes and could help avoid loading of such classes in HBase tests. There has been no improvement in test times as seen below. | Test | Avg. runtime (in sec) | Avg. runtime (in sec)| | -------- | ------- | ------ | | | Before | After | | TestHBaseQueries | 48.353 | 44.529 | TestHBaseCliDriver | 758.333 | 762.667 | TestHBaseNegativeCliDriver | 59.440 | 58.109 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
