commit | 59e9e9330c82582d355eea84a8b6ca766f19783c | [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 | ad37c6b36f76b58af4984bd006c86a508b8164a5 | |
parent | b5fc61e077ccce6c223ac0a40db57f65d35ef4c7 [diff] |
add all plans into tests
diff --git a/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java b/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java index 00f6f54..795abd3 100644 --- a/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java +++ b/pregelix/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);