Skip to content

Commit 8ae1012

Browse files
committed
Stop background worker in diagnostic test
1 parent 48a7cef commit 8ae1012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/diagnostic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
psql -v ON_ERROR_STOP=1 -c "$(cat <<SQL
4444
SELECT version();
4545
SELECT extname, extversion from pg_extension;
46+
SELECT _timescaledb_functions.stop_background_workers();
4647
CREATE TABLE t(time timestamptz) WITH (tsdb.hypertable);
4748
INSERT INTO t SELECT '2025-01-01';
4849
INSERT INTO t SELECT '2025-02-01';

0 commit comments

Comments
 (0)