citusdata / citusdata/citus

Check-Minimal with Extra Tests is broken

Open
#5,917 0 comments 0 reactions 0 assignees View on GitHub
regression tests
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

Citus extension is left behind and dropping extension requires using DROP CASCADE

Ran: make install -j9 && make -C src/test/regress/ check-minimal EXTRA_TESTS='multi_extension'

Some errors found in diff file:
DROP EXTENSION citus;
+ERROR: cannot drop extension citus because other objects depend on it
+DETAIL: view columnar_test_helpers.chunk_group_consistency depends on table columnar.chunk
+HINT: Use DROP ... CASCADE to drop the dependent objects too.

CREATE EXTENSION citus VERSION '8.0-1';
+ERROR: extension "citus" already exists

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.