lokiore commented on a change in pull request #1201: HBASE-23639 : Moving
classes out of hbase-it /test for direct API use of chaos.
URL: https://github.com/apache/hbase/pull/1201#discussion_r402630754
##########
File path: hbase-it/pom.xml
##########
@@ -154,10 +154,29 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-server</artifactId>
+ <type>test-jar</type>
Review comment:
Yes some classes in `hbase-it/src/main/java` have dependencies on classes
present in `hbase-server/src/test/java` for ex: some `DistributedHBaseCluster`
extends `HBaseCluster` which is present in `hbase-server/src/test/java`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services