NihalJain commented on code in PR #6258: URL: https://github.com/apache/hbase/pull/6258#discussion_r1767480579
########## hbase-it/pom.xml: ########## @@ -106,6 +106,17 @@ </exclusion> </exclusions> </dependency> + <dependency> Review Comment: i was able to get rid of test-jar only as hbase-it extensively depends on diagnostics-tools Refer below: - IntegrationTestRegionReplicaPerf => Uses PerformanceEvaluation for test - StripeCompactionsPerformanceEvaluation => Uses LoadTestDataGenerator - IntegrationTestIngestWithVisibilityLabels extends IntegrationTestIngest => Uses LoadTestTool - IntegrationTestIngest => Uses LoadTestTool - IntegrationTestIngestWithACL extends IntegrationTestIngest => Uses LoadTestTool - IntegrationTestTimeBoundedRequestsWithRegionReplicas => Uses LoadTestTool - IntegrationTestLazyCfLoading extends LoadTestDataGenerator - IntegrationTestRegionReplicaReplication extends IntegrationTestIngest - IntegrationTestMTTR => Uses LoadTestTool - IntegrationTestIngestWithMOB extends IntegrationTestIngest => Uses LoadTestTool - IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas extends IntegrationTestIngest => Uses LoadTestTool - IntegrationTestIngestWithTags extends IntegrationTestIngest => Uses LoadTestTool -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org