Skip to content

Commit aff4edf

Browse files
committed
sync tests
1 parent 9f4888f commit aff4edf

25 files changed

+12178
-6496
lines changed

nix/tests/expected/pg_tle.out

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set client_min_messages = warning;
12
select
23
pgtle.install_extension(
34
'pg_distance',
@@ -88,8 +89,4 @@ select
8889

8990
-- Restore original state if any of the above fails
9091
drop extension pg_tle cascade;
91-
-- temporarily disable notice messages becuase they differ between 15 and 17
92-
set client_min_messages = warning;
9392
create extension pg_tle;
94-
-- restore notice messages
95-
reset client_min_messages;

nix/tests/expected/ext_interface.out renamed to nix/tests/expected/z_15_ext_interface.out

Lines changed: 5674 additions & 5055 deletions
Large diffs are not rendered by default.

nix/tests/expected/z_15_pg_stat_monitor.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from
44
pg_stat_monitor
55
where
66
false;
7-
bucket | bucket_start_time | userid | username | dbid | datname | client_ip | pgsm_query_id | queryid | toplevel | top_queryid | query | comments | planid | query_plan | top_query | application_name | relations | cmd_type | cmd_type_text | elevel | sqlcode | message | calls | total_exec_time | min_exec_time | max_exec_time | mean_exec_time | stddev_exec_time | rows | shared_blks_hit | shared_blks_read | shared_blks_dirtied | shared_blks_written | local_blks_hit | local_blks_read | local_blks_dirtied | local_blks_written | temp_blks_read | temp_blks_written | shared_blk_read_time | shared_blk_write_time | local_blk_read_time | local_blk_write_time | temp_blk_read_time | temp_blk_write_time | resp_calls | cpu_user_time | cpu_sys_time | wal_records | wal_fpi | wal_bytes | bucket_done | plans | total_plan_time | min_plan_time | max_plan_time | mean_plan_time | stddev_plan_time | jit_functions | jit_generation_time | jit_inlining_count | jit_inlining_time | jit_optimization_count | jit_optimization_time | jit_emission_count | jit_emission_time | jit_deform_count | jit_deform_time | stats_since | minmax_stats_since
8-
--------+-------------------+--------+----------+------+---------+-----------+---------------+---------+----------+-------------+-------+----------+--------+------------+-----------+------------------+-----------+----------+---------------+--------+---------+---------+-------+-----------------+---------------+---------------+----------------+------------------+------+-----------------+------------------+---------------------+---------------------+----------------+-----------------+--------------------+--------------------+----------------+-------------------+----------------------+-----------------------+---------------------+----------------------+--------------------+---------------------+------------+---------------+--------------+-------------+---------+-----------+-------------+-------+-----------------+---------------+---------------+----------------+------------------+---------------+---------------------+--------------------+-------------------+------------------------+-----------------------+--------------------+-------------------+------------------+-----------------+-------------+--------------------
7+
bucket | bucket_start_time | userid | username | dbid | datname | client_ip | pgsm_query_id | queryid | toplevel | top_queryid | query | comments | planid | query_plan | top_query | application_name | relations | cmd_type | cmd_type_text | elevel | sqlcode | message | calls | total_exec_time | min_exec_time | max_exec_time | mean_exec_time | stddev_exec_time | rows | shared_blks_hit | shared_blks_read | shared_blks_dirtied | shared_blks_written | local_blks_hit | local_blks_read | local_blks_dirtied | local_blks_written | temp_blks_read | temp_blks_written | blk_read_time | blk_write_time | temp_blk_read_time | temp_blk_write_time | resp_calls | cpu_user_time | cpu_sys_time | wal_records | wal_fpi | wal_bytes | bucket_done | plans | total_plan_time | min_plan_time | max_plan_time | mean_plan_time | stddev_plan_time | jit_functions | jit_generation_time | jit_inlining_count | jit_inlining_time | jit_optimization_count | jit_optimization_time | jit_emission_count | jit_emission_time
8+
--------+-------------------+--------+----------+------+---------+-----------+---------------+---------+----------+-------------+-------+----------+--------+------------+-----------+------------------+-----------+----------+---------------+--------+---------+---------+-------+-----------------+---------------+---------------+----------------+------------------+------+-----------------+------------------+---------------------+---------------------+----------------+-----------------+--------------------+--------------------+----------------+-------------------+---------------+----------------+--------------------+---------------------+------------+---------------+--------------+-------------+---------+-----------+-------------+-------+-----------------+---------------+---------------+----------------+------------------+---------------+---------------------+--------------------+-------------------+------------------------+-----------------------+--------------------+-------------------
99
(0 rows)
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.

nix/tests/expected/z_odb_ext_interface.out renamed to nix/tests/expected/z_15_postgis_tiger_geocoder.out

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/*
2-
This test mirrors ext_interface.sql for extensions that are not yet compatible
3-
with OrioleDB
4-
5-
This extension is not supported because it includes an unsupported index type
2+
This extension is excluded from oriole-17 because it uses an unsupported index type
63
*/
74
create extension if not exists postgis_tiger_geocoder;
85
select

nix/tests/expected/z_odb_rum.out renamed to nix/tests/expected/z_15_rum.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This test is TEMPORARILY excluded from the Postgres 17 suite until OrioleDB is able to support RUM indexes
2+
This extension is excluded from oriole-17 because it uses an unsupported index type
33
*/
44
create schema v;
55
create table v.test_rum(
File renamed without changes.

0 commit comments

Comments
 (0)