leerho commented on issue #6866: Reverse dependencies from /main/ to /test/
URL: 
https://github.com/apache/incubator-druid/issues/6866#issuecomment-454634980
 
 
   Having `main` depending on `test` creates unnecessary errors, at least in 
Eclipse, I don't know how this is solved in IntelliJ.  And to fix those errors 
I have to manually copy and add the test jars into the build path, which is a 
PITA.  I don't think it is reasonable to expect all developers who wish to 
contribute to Druid to use IntelliJ. I not only have a huge history of projects 
in Eclipse, but I use it for C/C++, Ocaml, and other languages as well. 
   
   In our DataSketches library we created a separate `characterization` 
repository, which is for long-running benchmarking tests and studies.  This 
makes the core repository clean. If `benchmarks` is not actually distributed,  
might this work for Druid?  
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to