[NO ISSUE][HYR] Changes to Multi Partition Tests

-User model changes: no
-Storage format changes: no
-Interface changes: no

Details:

-Adds factories that can be used to perform Partition, Following, and Intersect partitioning as well as a set of tests for those factories.

Change-Id: I22cb8e1f4d47e881ab6a655d675dbfac08027764
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/4164
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dmitry.lychagin@couchbase.com>
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
index 02f050b..d55fa18 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
@@ -51,5 +51,6 @@
     <module>hyracks-storage-am-lsm-rtree-test</module>
     <module>hyracks-storage-am-lsm-invertedindex-test</module>
     <module>hyracks-storage-am-bloomfilter-test</module>
+    <module>hyracks-dataflow-common-test</module>
   </modules>
 </project>