Skip to content

Commit f9ff97b

Browse files
committed
Add some orphaned relations to test database
1 parent 8e8107a commit f9ff97b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/diagnostic.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
INSERT INTO t SELECT '2025-01-01';
4848
INSERT INTO t SELECT '2025-02-01';
4949
SELECT compress_chunk(show_chunks('t'));
50+
-- test orphaned chunks
51+
CREATE TABLE _timescaledb_internal.compress_hyper_100_1_chunk();
52+
CREATE TABLE _timescaledb_internal._hyper_100_1_chunk();
5053
SQL
5154
)"
5255

0 commit comments

Comments
 (0)