[
https://issues.apache.org/jira/browse/HAWQ-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204804#comment-15204804
]
C.J. Jameson commented on HAWQ-536:
-----------------------------------
+1 I think this is resolved
> Regress test 'function' fails when orca is not enabled
> ------------------------------------------------------
>
> Key: HAWQ-536
> URL: https://issues.apache.org/jira/browse/HAWQ-536
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Tests
> Reporter: Tom Meyer
> Assignee: Jiali Yao
>
> {noformat}
> The differences that caused some tests to fail can be viewed in the
> file "./regression.diffs". A copy of the test summary that you see
> above is saved in the file "./regression.out".
> make[2]: *** [installcheck-good] Error 1
> make[2]: Leaving directory
> `/tmp/build/486517ee/hawq_src/apache-hawq/src/test/regress'
> make[1]: *** [installcheck-good] Error 2
> make[1]: Leaving directory `/tmp/build/486517ee/hawq_src/apache-hawq/src/test'
> make: *** [installcheck-good] Error 2
> *** ./expected/function.out 2016-03-11 03:53:32.533109484 +0000
> --- ./results/function.out 2016-03-11 03:53:32.609109484 +0000
> ***************
> *** 881,887 ****
> DROP FUNCTION inner(int);
> -- TEARDOWN
> DROP TABLE foo;
> -
> -- HAWQ-510
> drop table if exists testEntryDB;
> create table testEntryDB(key int, value int) distributed randomly;
> --- 881,886 ----
> ***************
> *** 894,896 ****
> --- 893,898 ----
> -----+-------
> 1 | 0
> 2 | 0
> + (2 rows)
> +
> + drop table testEntryDB;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)