Apache9 commented on pull request #4016:
URL: https://github.com/apache/hbase/pull/4016#issuecomment-1009557730


   > > Why not just put them under hbase-client test code?
   > 
   > Because one test jar should not import another ; test jars should be leaf 
nodes in any dependency graph. I want to consume these classes from 
hbase-server:test:jar.
   
   Is this a best practice? At least in the current hbase code base, we need to 
depend on the test jar of some modules, for example HBaseTestingUtil is in 
hbase-server module, and we use it in hbase-mapreduce module.
   
   You can check the pom definition, we have lots of tests jar dependencies…


-- 
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


Reply via email to