Caleb Welton created HAWQ-358:
---------------------------------
Summary: Installcheck good failures in hawq-dev environment
Key: HAWQ-358
URL: https://issues.apache.org/jira/browse/HAWQ-358
Project: Apache HAWQ
Issue Type: Bug
Components: Tests
Reporter: Caleb Welton
Assignee: Jiali Yao
Build and test within a hawq dev environment setup via the instructions
outlined in the hawq-devel docker enviroment:
https://hub.docker.com/r/mayjojo/hawq-devel/
Results in the following errors
{noformat}
...
test errortbl ... FAILED (6.83 sec)
...
test subplan ... FAILED (8.15 sec)
...
test create_table_distribution ... FAILED (3.47 sec)
test copy ... FAILED (34.76 sec)
...
test set_functions ... FAILED (4.90 sec)
...
test exttab1 ... FAILED (17.66 sec)
...
{noformat}
Summary of issues:
* *errortbl* - every connection to gpfdist results in "connection with gpfdist
failed for gpfdist://localhost:7070/nation.tbl"
* *subplan* - trying to create plpython resulted in "could not access file
"$libdir/plpython": No such file or directory", lack of plpython causes many
other statements to fail
* *create_table_distribution* - test likely needs some refactoring to reflect
calculating correct bucketnum based on current system configuration
* *copy* - seems to be failing because rows aren't coming out in the expected
order, test needs fixing to be able to handle this
* *set_functions* - same plpythonu issue described above
* *exttab1* - same issue reading from gpfdist described above
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)