cstore_fdw icon indicating copy to clipboard operation
cstore_fdw copied to clipboard

Regression tests fail when citus is present and contrib_regression database is not created

Open mtuncer opened this issue 7 years ago • 0 comments

Observed this issue when running regression tests on local machine

  • citus extension is loaded (shared_preload_libraries)
  • citus extension is created
  • cstore_fdw is loaded
  • cstore_fdw extension is created

Running make installcheck failed with

============== dropping database "contrib_regression" ==============
ERROR:  database "contrib_regression" does not exist
command failed: "/usr/local/pgsql/bin/psql" -X -c "DROP DATABASE IF EXISTS \"contrib_regression\"" "postgres"

It succeeded as soon as I drop citus extension.

mtuncer avatar Sep 14 '17 09:09 mtuncer