Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble running regression tests #199

Open
pykello opened this issue Dec 14, 2018 · 1 comment
Open

Trouble running regression tests #199

pykello opened this issue Dec 14, 2018 · 1 comment

Comments

@pykello
Copy link
Contributor

pykello commented Dec 14, 2018

I got the following errors when trying to run the regression tests in PG11:

*** /home/hadi/projects/test-cluster/cstore_fdw/expected/load.out	2018-12-13 22:13:48.273072679 -0500
--- /home/hadi/projects/test-cluster/cstore_fdw/results/load.out	2018-12-13 22:13:48.709069351 -0500
***************
*** 5,10 ****
--- 5,11 ----
  COPY contestant FROM '/home/hadi/projects/test-cluster/cstore_fdw/data/contestants.1.csv'
  	WITH DELIMITER '|'; -- ERROR
  ERROR:  missing data for column "birthdate"
+ CONTEXT:  COPY contestant, line 1: "a,1990-01-10,2090,97.1,XA ,{a}"
  -- COPY with invalid program
  COPY contestant FROM PROGRAM 'invalid_program' WITH CSV; -- ERROR
  ERROR:  program "invalid_program" failed

======================================================================

*** /home/hadi/projects/test-cluster/cstore_fdw/expected/drop.out	2018-12-12 21:54:05.667894921 -0500
--- /home/hadi/projects/test-cluster/cstore_fdw/results/drop.out	2018-12-13 22:13:49.441063765 -0500
***************
*** 92,97 ****
  SELECT count(*) FROM pg_ls_dir('cstore_fdw') WHERE pg_ls_dir != :postgres_oid::text;
   count 
  -------
!      1
  (1 row)
  
--- 92,97 ----
  SELECT count(*) FROM pg_ls_dir('cstore_fdw') WHERE pg_ls_dir != :postgres_oid::text;
   count 
  -------
!      2
  (1 row)
  

======================================================================

@mtuncer
Copy link
Member

mtuncer commented Dec 14, 2018

I can't reliably reproduce this.

I was able to see repro once where dboid for database being dropped is returned differently from get_database_oid but I could not reproduce it successfully afterwards.

travis looks ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants