Skip to content

Commit

Permalink
reference REL_16_4-111-g925b3aa857 transparent_decompression-* contin…
Browse files Browse the repository at this point in the history
…uous_aggs-*
  • Loading branch information
akuzm committed Nov 5, 2024
1 parent 76e4578 commit c2b7b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tsl/test/expected/continuous_aggs-16.out
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ INNER JOIN _timescaledb_catalog.hypertable h ON(h.id = ca.mat_hypertable_id)
WHERE user_view_name = 'mat_drop_test'
\gset
SET client_min_messages TO NOTICE;
SET timezone TO PST8PDT;
SET timezone TO 'America/Los_Angeles';
CALL refresh_continuous_aggregate('mat_drop_test', NULL, NULL);
--force invalidation
insert into conditions
Expand Down
4 changes: 2 additions & 2 deletions tsl/test/expected/transparent_decompression-16.out
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SELECT format('include/%s_load.sql', :'TEST_BASE_NAME') AS "TEST_LOAD_NAME",
SELECT format('\! diff %s %s', :'TEST_RESULTS_UNCOMPRESSED', :'TEST_RESULTS_COMPRESSED') AS "DIFF_CMD" \gset
SET work_mem TO '50MB';
SET enable_incremental_sort TO off;
SET timezone TO PST8PDT;
SET timezone TO 'America/Los_Angeles';
-- disable memoize node to avoid flaky results
SET enable_memoize TO 'off';
CREATE TABLE metrics (
Expand Down Expand Up @@ -171,7 +171,7 @@ FROM _timescaledb_catalog.hypertable ht
-- no standard way to create an index on a compressed table.
-- Once a standard way exists, modify this test to use that method.
\c :TEST_DBNAME :ROLE_DEFAULT_PERM_USER
SET timezone TO PST8PDT;
SET timezone TO 'America/Los_Angeles';
CREATE INDEX ON metrics_space (device_id, device_id_peer, v0, v1 DESC, time);
CREATE INDEX ON metrics_space (device_id, device_id_peer DESC, v0, v1 DESC, time);
CREATE INDEX ON metrics_space (device_id DESC, device_id_peer DESC, v0, v1 DESC, time);
Expand Down

0 comments on commit c2b7b52

Please sign in to comment.