Skip to content

Commit

Permalink
Merge pull request #1441 from tdyas/call_validate_under_jobtest
Browse files Browse the repository at this point in the history
call Job.validate when running tests under JobTest
  • Loading branch information
ianoc committed Sep 23, 2015
2 parents 0a0cb1d + 6dd6392 commit e24bb67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class JobTest(cons: (Args) => Job) {
System.setProperty("cascading.planner.stats.path", "target/test/cascading/traceplan/" + job.name + "/stats")
}

job.validate
job.run
// Make sure to clean the state:
job.clear
Expand Down

0 comments on commit e24bb67

Please sign in to comment.