Skip to content

Commit

Permalink
debug the test
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Dec 19, 2024
1 parent 025dc44 commit 9596392
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsl/test/expected/compression_qualpushdown.out
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
-- This file and its contents are licensed under the Timescale License.
-- Please see the included NOTICE for copyright information and
-- LICENSE-TIMESCALE for a copy of the license.
-- debug
select * from pg_settings where source = 'session' order by name;
name | setting | unit | category | short_desc | extra_desc | context | vartype | source | min_val | max_val | enumvals | boot_val | reset_val | sourcefile | sourceline | pending_restart
------+---------+------+----------+------------+------------+---------+---------+--------+---------+---------+----------+----------+-----------+------------+------------+-----------------
(0 rows)

-- qual pushdown tests for decompresschunk ---
-- Test qual pushdown with ints
CREATE TABLE meta (device_id INT PRIMARY KEY);
Expand Down
3 changes: 3 additions & 0 deletions tsl/test/sql/compression_qualpushdown.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
-- Please see the included NOTICE for copyright information and
-- LICENSE-TIMESCALE for a copy of the license.

-- debug
select * from pg_settings where source = 'session' order by name;

-- qual pushdown tests for decompresschunk ---
-- Test qual pushdown with ints
CREATE TABLE meta (device_id INT PRIMARY KEY);
Expand Down

0 comments on commit 9596392

Please sign in to comment.