[ 
https://issues.apache.org/jira/browse/HAWQ-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15111333#comment-15111333
 ] 

Caleb Welton commented on HAWQ-358:
-----------------------------------

There is also the issue that rerunning `make installcheck` will cause the 
goh_database test to fail:
{noformat}
*** ./expected/goh_database.out 2016-01-21 21:30:05.105173529 +0000
--- ./results/goh_database.out  2016-01-21 21:30:05.145171480 +0000
***************
*** 3,8 ****
--- 3,9 ----
  DROP DATABASE goh_database;
  -- should be a clean databse
  CREATE DATABASE goh_database1;
+ ERROR:  database "goh_database1" already exists
  \c goh_database1
  CREATE TABLE x(c int);
  INSERT INTO x VALUES(generate_series(1, 10));
{noformat}

Looks like the test doesn't properly clean up after itself.

> 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)

Reply via email to