commit | 84edbf672e3a2596407feb087472b5c43392ab7c | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Mon Oct 23 18:16:53 2023 -0400 |
committer | Michael Blow <mblow@apache.org> | Tue Oct 24 19:18:55 2023 +0000 |
tree | e0e12bd4711d4a859ad34e33869d21baa3305ae2 | |
parent | 18d4d80a167eee8072033a47b4cbfe36ea13bdf5 [diff] [blame] |
[NO ISSUE][HYR][TEST] Refactor hyracks-server tests to avoid dependency issues Change-Id: I4f504f3137f843a2340e4b4558ec55e4f0fd9436 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17874 Reviewed-by: Michael Blow <mblow@apache.org> Reviewed-by: Hussain Towaileb <hussainht@gmail.com> Tested-by: Michael Blow <mblow@apache.org> Integration-Tests: Michael Blow <mblow@apache.org> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml index a26adea..71bb0e9 100644 --- a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
@@ -52,5 +52,6 @@ <module>hyracks-storage-am-lsm-invertedindex-test</module> <module>hyracks-storage-am-bloomfilter-test</module> <module>hyracks-dataflow-common-test</module> + <module>hyracks-server-test</module> </modules> </project>