commit | b4ad7fb591835568eed1862662218ee293d1dd74 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Fri Apr 26 00:30:06 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Fri Apr 26 00:30:06 2013 -0700 |
tree | d5b40ce9fe51050f9da017b91e206bee4a7a95ae | |
parent | 9484c5abbe63c2bac6983d181468a1de7603f9fd [diff] |
add all plans into tests
diff --git a/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java b/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java index 00f6f54..795abd3 100644 --- a/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java +++ b/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java
@@ -93,7 +93,7 @@ @Test public void test() throws Exception { setUp(); - Plan[] plans = new Plan[] { Plan.OUTER_JOIN }; + Plan[] plans = new Plan[] { Plan.OUTER_JOIN, Plan.INNER_JOIN, Plan.OUTER_JOIN_SINGLE_SORT, Plan.OUTER_JOIN_SORT }; for (Plan plan : plans) { driver.runJob(job, plan, PregelixHyracksIntegrationUtil.CC_HOST, PregelixHyracksIntegrationUtil.TEST_HYRACKS_CC_CLIENT_PORT, false);