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-installer/src/test/resources/clusterts/cluster.xml b/asterix-installer/src/test/resources/clusterts/cluster.xml
index 45e9d1b..cd50f33 100644
--- a/asterix-installer/src/test/resources/clusterts/cluster.xml
+++ b/asterix-installer/src/test/resources/clusterts/cluster.xml
@@ -29,12 +29,11 @@
<log_dir>/home/vagrant/logs/</log_dir>
<txn_log_dir>/home/vagrant/tx_logs</txn_log_dir>
-
- <iodevices>/home/vagrant</iodevices>
+ <iodevices>/home/vagrant/p1,/home/vagrant/p2</iodevices>
<store>storage</store>
- <java_home>/usr/java/jdk1.7.0_51</java_home>
+ <java_home>/usr/java/latest</java_home>
<master_node>
<id>cc</id>
@@ -45,10 +44,6 @@
<http_port>8888</http_port>
</master_node>
<node>
- <id>nc0</id>
- <cluster_ip>10.10.0.2</cluster_ip>
- </node>
- <node>
<id>nc1</id>
<cluster_ip>10.10.0.3</cluster_ip>
</node>
@@ -56,8 +51,4 @@
<id>nc2</id>
<cluster_ip>10.10.0.4</cluster_ip>
</node>
- <node>
- <id>nc3</id>
- <cluster_ip>10.10.0.5</cluster_ip>
- </node>
</cluster>