commit | f7b64538a0478bc8b5b73b05a024d5383806dce3 | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Wed Dec 09 17:28:18 2015 -0800 |
committer | Ian Maxon <imaxon@apache.org> | Fri Dec 11 12:53:23 2015 -0800 |
tree | dcef142f36041f111e03f6257ac6b62bc5d02b4a | |
parent | 31ee8b746189bd308c7d90bdbba6ddcaf019f035 [diff] [blame] |
Run ExecutionTest w/integration test framework I changed the default local.xml to use 2 NCs with 2 partitions each like AsterixHyracksIntegrationUtil so that the results will match despite using simple string compare to determine correctness. There is also one test in particular (big-object-join) that I had to add an artificial order by clause to to deal with different results. Issues outstanding: - HDFS in ClusterExecutionIT needs to be thought out Change-Id: I423f2a7c77839b999d466dd5cace302574d956c0 Reviewed-on: https://asterix-gerrit.ics.uci.edu/525 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Chris Hillery <ceej@lambda.nu>
diff --git a/asterix-app/src/test/resources/metadata-transactions/check-state-queries/check_dataset.aql b/asterix-app/src/test/resources/metadata-transactions/check-state-queries/check_dataset.aql index 87953a8..3f68ed8 100644 --- a/asterix-app/src/test/resources/metadata-transactions/check-state-queries/check_dataset.aql +++ b/asterix-app/src/test/resources/metadata-transactions/check-state-queries/check_dataset.aql
@@ -18,7 +18,7 @@ */ use dataverse Metadata; -write output to nc1:"rttest/check_dataset.adm"; +write output to asterix_nc1:"rttest/check_dataset.adm"; for $c in dataset('Dataset') return $c