commit | fb8db0ccd3fe1101c55a0e6c6924ca7fc3930b59 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Fri Apr 26 00:31:02 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Fri Apr 26 00:31:02 2013 -0700 |
tree | 24defc0be70491fd9aed5d175ed5d46870f47b80 | |
parent | b4ad7fb591835568eed1862662218ee293d1dd74 [diff] | |
parent | 4e3331b16b6758d60e7a25eca6accb81133eb760 [diff] |
merge fullstack_lsm_staging
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);