You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/16 03:06:22 UTC

[GitHub] leerho commented on issue #6866: Reverse dependencies from /main/ to /test/

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org