citusdata / citusdata/cstore_fdw

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

Open
#163 0 comments 0 reactions 0 assignees View on GitHub
citus
Dominant language
C
Stars
1.8k
Forks
169
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.