Github user squito commented on the pull request:

    https://github.com/apache/spark/pull/4048#issuecomment-71512674
  
    I figured out the magic combination to make sbt, scalatest, junit, and the 
sbt-pom-reader all play nicely together.  I had to introduce a new config (or 
scope or something, sbt terminology still baffles me ...) instead of creating a 
new task.  Now you can run `unit:test` (or any other variant you like, eg 
`~unit:testQuick`) which will exclude everything tagged as an IntegrationTest.  
There is both a tag for scalatests, and a category for junit tests.
    
    I've still only bothered with the tagging in core.  But I think this can be 
merged as is in any case -- this does the setup so someone more familiar w/ the 
other projects can figure out what to tag.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to