Micah Whitacre created CRUNCH-559: ------------------------------------- Summary: Crunch-Spark Integration Tests not executing Key: CRUNCH-559 URL: https://issues.apache.org/jira/browse/CRUNCH-559 Project: Crunch Issue Type: Bug Components: Spark Reporter: Micah Whitacre Fix For: 0.14.0
When working on CRUNCH-557, I was noticing that when building crunch-spark I was only seeing {quote} Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 {quote} Which is odd because there are a lot of tests under this directory: https://github.com/apache/crunch/tree/master/crunch-spark/src/it/java/org/apache/crunch The reason is that the failsafe plugin[1] is to only run the Scala tests and even if it included the Java ones it wouldn't match with their test names. [1] - https://github.com/apache/crunch/blob/19c0c2d8d78ebb490334bf019965e74b44ff49c4/crunch-spark/pom.xml#L189 -- This message was sent by Atlassian JIRA (v6.3.4#6332)