# Checking port 65507 # Found port 65507 Name: primary Data directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/pgdata Backup directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/backup Archive directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/archives Connection string: port=65507 host=C:/Windows/TEMP/4YwWRmWcWp Log file: C:\cirrus\build/testrun/recovery/027_stream_regress\log/027_stream_regress_primary.log [13:05:01.046](0.119s) # initializing database system by copying initdb template # Running: robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_install/initdb-template C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/pgdata # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/pgdata ### Starting node "primary" # Running: pg_ctl -w -D C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/pgdata -l C:\cirrus\build/testrun/recovery/027_stream_regress\log/027_stream_regress_primary.log -o --cluster-name=primary start waiting for server to start.... done server started # Postmaster PID for node "primary" is 1792 (standby_1,) [13:05:02.589](1.543s) ok 1 - physical slot created on primary # Taking pg_basebackup my_backup from node "primary" # Running: pg_basebackup -D C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/backup/my_backup -h C:/Windows/TEMP/4YwWRmWcWp -p 65507 --checkpoint fast --no-sync # Backup finished # Checking port 65508 # Found port 65508 Name: standby_1 Data directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_standby_1_data/pgdata Backup directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_standby_1_data/backup Archive directory: C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_standby_1_data/archives Connection string: port=65508 host=C:/Windows/TEMP/4YwWRmWcWp Log file: C:\cirrus\build/testrun/recovery/027_stream_regress\log/027_stream_regress_standby_1.log # Initializing node "standby_1" from backup "my_backup" of node "primary" ### Enabling streaming replication for node "standby_1" ### Starting node "standby_1" # Running: pg_ctl -w -D C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_standby_1_data/pgdata -l C:\cirrus\build/testrun/recovery/027_stream_regress\log/027_stream_regress_standby_1.log -o --cluster-name=standby_1 start waiting for server to start.... done server started # Postmaster PID for node "standby_1" is 3160 # using postmaster on C:/Windows/TEMP/4YwWRmWcWp, port 65507 ok 1 - test_setup 687 ms # parallel group (20 tests): varchar text boolean regproc pg_lsn char oid float4 name uuid txid bit int2 money float8 int8 int4 enum rangetypes numeric ok 2 + boolean 684 ms ok 3 + char 802 ms ok 4 + name 854 ms ok 5 + varchar 610 ms ok 6 + text 678 ms ok 7 + int2 922 ms ok 8 + int4 1090 ms ok 9 + int8 981 ms ok 10 + oid 792 ms ok 11 + float4 790 ms ok 12 + float8 919 ms ok 13 + bit 904 ms ok 14 + numeric 1809 ms ok 15 + txid 836 ms ok 16 + uuid 833 ms ok 17 + enum 1424 ms ok 18 + money 907 ms ok 19 + rangetypes 1687 ms ok 20 + pg_lsn 773 ms ok 21 + regproc 713 ms # parallel group (20 tests): inet md5 timetz lseg macaddr8 circle date numerology path macaddr strings point polygon line box time interval timestamp timestamptz multirangetypes ok 22 + strings 1188 ms ok 23 + md5 517 ms ok 24 + numerology 1069 ms ok 25 + point 1178 ms ok 26 + lseg 618 ms ok 27 + line 1175 ms ok 28 + box 1174 ms ok 29 + path 1064 ms ok 30 + polygon 1170 ms ok 31 + circle 1053 ms ok 32 + date 1051 ms ok 33 + time 1171 ms ok 34 + timetz 547 ms ok 35 + timestamp 1306 ms ok 36 + timestamptz 1332 ms ok 37 + interval 1166 ms ok 38 + inet 491 ms ok 39 + macaddr 1153 ms ok 40 + macaddr8 1037 ms ok 41 + multirangetypes 1459 ms # parallel group (12 tests): unicode expressions geometry tstypes xid type_sanity comments mvcc misc_sanity regex horology opr_sanity ok 42 + geometry 941 ms ok 43 + horology 978 ms ok 44 + tstypes 937 ms ok 45 + regex 952 ms ok 46 + type_sanity 934 ms ok 47 + opr_sanity 1093 ms ok 48 + misc_sanity 948 ms ok 49 + comments 944 ms ok 50 + expressions 928 ms ok 51 + unicode 875 ms ok 52 + xid 925 ms ok 53 + mvcc 938 ms # parallel group (5 tests): copydml copyselect copy insert_conflict insert ok 54 + copy 529 ms ok 55 + copyselect 441 ms ok 56 + copydml 239 ms ok 57 + insert 1658 ms ok 58 + insert_conflict 947 ms # parallel group (7 tests): create_function_c create_operator create_misc create_procedure create_type create_schema create_table ok 59 + create_function_c 266 ms ok 60 + create_misc 340 ms ok 61 + create_operator 309 ms ok 62 + create_procedure 383 ms ok 63 + create_table 1383 ms ok 64 + create_type 379 ms ok 65 + create_schema 408 ms # parallel group (5 tests): index_including create_view index_including_gist create_index_spgist create_index ok 66 + create_index 3031 ms ok 67 + create_index_spgist 1848 ms ok 68 + create_view 1349 ms ok 69 + index_including 1344 ms ok 70 + index_including_gist 1389 ms # parallel group (16 tests): create_aggregate create_cast infinite_recurse create_function_sql hash_func typed_table errors create_am drop_if_exists roleattributes select constraints vacuum inherit updatable_views triggers ok 71 + create_aggregate 1113 ms ok 72 + create_function_sql 1141 ms ok 73 + create_cast 1115 ms ok 74 + constraints 2583 ms ok 75 + triggers 6238 ms ok 76 + select 1946 ms ok 77 + inherit 4716 ms ok 78 + typed_table 1511 ms ok 79 + vacuum 3330 ms ok 80 + drop_if_exists 1875 ms ok 81 + updatable_views 4785 ms ok 82 + roleattributes 1872 ms ok 83 + create_am 1796 ms ok 84 + hash_func 1199 ms ok 85 + errors 1793 ms ok 86 + infinite_recurse 1118 ms ok 87 - sanity_check 574 ms # parallel group (20 tests): select_into prepared_xacts select_distinct_on namespace case delete select_having select_implicit select_distinct random union subselect transactions portals arrays hash_index update join aggregates btree_index ok 88 + select_into 880 ms ok 89 + select_distinct 1372 ms ok 90 + select_distinct_on 986 ms ok 91 + select_implicit 1301 ms ok 92 + select_having 1142 ms ok 93 + subselect 1868 ms ok 94 + union 1866 ms ok 95 + case 1063 ms ok 96 + join 4065 ms ok 97 + aggregates 4348 ms ok 98 + transactions 2375 ms ok 99 + random 1555 ms ok 100 + portals 2978 ms ok 101 + arrays 2997 ms ok 102 + btree_index 6286 ms ok 103 + hash_index 3558 ms ok 104 + update 3557 ms ok 105 + delete 1104 ms ok 106 + namespace 1042 ms ok 107 + prepared_xacts 954 ms # parallel group (20 tests): security_label lock tablesample object_address drop_operator spgist groupingsets replica_identity init_privs gin password collate rowsecurity identity matview generated gist join_hash brin privileges ok 108 + brin 11632 ms ok 109 + gin 2753 ms ok 110 + gist 5041 ms ok 111 + spgist 2377 ms ok 112 + privileges 13972 ms ok 113 + init_privs 2747 ms ok 114 + security_label 1881 ms ok 115 + collate 3395 ms ok 116 + matview 3908 ms ok 117 + lock 1877 ms ok 118 + replica_identity 2540 ms ok 119 + rowsecurity 3477 ms ok 120 + object_address 2301 ms ok 121 + tablesample 1969 ms ok 122 + groupingsets 2361 ms ok 123 + drop_operator 2359 ms ok 124 + password 2730 ms ok 125 + identity 3469 ms ok 126 + generated 4364 ms ok 127 + join_hash 11494 ms # parallel group (2 tests): brin_bloom brin_multi ok 128 + brin_bloom 434 ms ok 129 + brin_multi 2270 ms # parallel group (18 tests): collate.utf8 sysviews tid alter_generic tidscan tidrangescan misc_functions collate.icu.utf8 tsrf dbsize async alter_operator merge create_table_like incremental_sort misc create_role without_overlaps ok 130 + create_table_like 2281 ms ok 131 + alter_generic 1717 ms ok 132 + alter_operator 2235 ms ok 133 + misc 2303 ms ok 134 + async 2164 ms ok 135 + dbsize 2053 ms ok 136 + merge 2270 ms ok 137 + misc_functions 1786 ms ok 138 + sysviews 1595 ms ok 139 + tsrf 1871 ms ok 140 + tid 1703 ms ok 141 + tidscan 1701 ms ok 142 + tidrangescan 1754 ms ok 143 + collate.utf8 1327 ms ok 144 + collate.icu.utf8 1838 ms ok 145 + incremental_sort 2234 ms ok 146 + create_role 2307 ms ok 147 + without_overlaps 2722 ms # parallel group (7 tests): psql_crosstab amutils collate.linux.utf8 collate.windows.win1252 psql rules stats_ext ok 148 + rules 2393 ms ok 149 + psql 2261 ms ok 150 + psql_crosstab 839 ms ok 151 + amutils 839 ms ok 152 + stats_ext 5470 ms ok 153 + collate.linux.utf8 1196 ms ok 154 + collate.windows.win1252 1195 ms ok 155 - select_parallel 6786 ms ok 156 - write_parallel 1625 ms ok 157 - vacuum_parallel 492 ms # parallel group (2 tests): subscription publication ok 158 + publication 1479 ms ok 159 + subscription 608 ms # parallel group (17 tests): combocid tsdicts dependency advisory_lock guc portals_p2 select_views tsearch xmlmap cluster indirect_toast equivclass functional_deps bitmapops window foreign_data foreign_key ok 160 + select_views 1883 ms ok 161 + portals_p2 1882 ms ok 162 + foreign_key 4481 ms ok 163 + cluster 1956 ms ok 164 + dependency 1556 ms ok 165 + guc 1557 ms ok 166 + bitmapops 2393 ms ok 167 + combocid 811 ms ok 168 + tsearch 1871 ms ok 169 + tsdicts 1100 ms ok 170 + foreign_data 2704 ms ok 171 + window 2423 ms ok 172 + xmlmap 1941 ms ok 173 + functional_deps 2382 ms ok 174 + advisory_lock 1541 ms ok 175 + indirect_toast 1945 ms ok 176 + equivclass 2351 ms # parallel group (9 tests): json_encoding jsonpath_encoding jsonpath sqljson_jsontable sqljson json sqljson_queryfuncs jsonb_jsonpath jsonb ok 177 + json 990 ms ok 178 + jsonb 1423 ms ok 179 + json_encoding 241 ms ok 180 + jsonpath 658 ms ok 181 + jsonpath_encoding 289 ms ok 182 + jsonb_jsonpath 1125 ms ok 183 + sqljson 859 ms ok 184 + sqljson_queryfuncs 980 ms ok 185 + sqljson_jsontable 729 ms # parallel group (18 tests): plancache conversion limit returning prepare sequence xml copy2 domain rowtypes temp polymorphism largeobject rangefuncs truncate with plpgsql alter_table ok 186 + plancache 1110 ms ok 187 + limit 1196 ms ok 188 + plpgsql 4203 ms ok 189 + copy2 1887 ms ok 190 + temp 2188 ms ok 191 + domain 1884 ms ok 192 + rangefuncs 2609 ms ok 193 + prepare 1682 ms ok 194 + conversion 1099 ms ok 195 + truncate 2640 ms ok 196 + alter_table 6215 ms ok 197 + sequence 1856 ms ok 198 + polymorphism 2207 ms ok 199 + rowtypes 1874 ms ok 200 + returning 1346 ms ok 201 + largeobject 2531 ms ok 202 + with 2721 ms ok 203 + xml 1867 ms # parallel group (15 tests): predicate hash_part partition_info compression reloptions memoize explain partition_merge partition_split indexing partition_join stats partition_aggregate tuplesort partition_prune ok 204 + partition_merge 3265 ms ok 205 + partition_split 3524 ms ok 206 + partition_join 4283 ms ok 207 + partition_prune 7506 ms ok 208 + reloptions 1580 ms ok 209 + hash_part 1149 ms ok 210 + indexing 4203 ms ok 211 + partition_aggregate 5177 ms ok 212 + partition_info 1145 ms ok 213 + tuplesort 5208 ms ok 214 + explain 2297 ms not ok 215 + compression 1302 ms ok 216 + memoize 2211 ms ok 217 + stats 4549 ms ok 218 + predicate 984 ms # parallel group (2 tests): oidjoins event_trigger ok 219 + oidjoins 971 ms ok 220 + event_trigger 1031 ms ok 221 - event_trigger_login 401 ms ok 222 - fast_default 785 ms ok 223 - tablespace 1922 ms 1..223 # 1 of 223 tests failed. # The differences that caused some tests to fail can be viewed in the file "C:/cirrus/build/testrun/recovery/027_stream_regress/data/regression.diffs". # A copy of the test summary that you see above is saved in the file "C:/cirrus/build/testrun/recovery/027_stream_regress/data/regression.out". === dumping C:\cirrus\build/testrun/recovery/027_stream_regress\data/regression.diffs === diff -w -U3 C:/cirrus/src/test/regress/expected/compression_1.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/compression.out --- C:/cirrus/src/test/regress/expected/compression_1.out 2024-05-03 13:00:56.797252400 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/compression.out 2024-05-03 13:06:44.458057100 +0000 @@ -216,13 +216,16 @@ ----------------------- (0 rows) --- test compression with inheritance, error -CREATE TABLE cminh() INHERITS(cmdata, cmdata1); +-- test compression with inheritance +CREATE TABLE cminh() INHERITS(cmdata, cmdata1); -- error ERROR: relation "cmdata1" does not exist -CREATE TABLE cminh(f1 TEXT COMPRESSION lz4) INHERITS(cmdata); +CREATE TABLE cminh(f1 TEXT COMPRESSION lz4) INHERITS(cmdata); -- error NOTICE: merging column "f1" with inherited definition ERROR: column "f1" has a compression method conflict DETAIL: pglz versus lz4 +CREATE TABLE cmdata3(f1 text); +CREATE TABLE cminh() INHERITS (cmdata, cmdata3); +NOTICE: merging multiple inherited definitions of column "f1" -- test default_toast_compression GUC SET default_toast_compression = ''; ERROR: invalid value for parameter "default_toast_compression": "" @@ -246,6 +249,7 @@ f1 | text | | | | extended | pglz | | Indexes: "idx" btree (f1) +Child tables: cminh SELECT pg_column_compression(f1) FROM cmdata; pg_column_compression === EOF === [13:06:58.263](115.674s) not ok 2 - regression tests pass [13:06:58.263](0.000s) # Failed test 'regression tests pass' # at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 95. [13:06:58.263](0.000s) # got: '256' # expected: '0' 1 1 1 2 1 1 1 9 4001 41 1 5 5 3 4 3 4 4 1 32 1 1 1 6 104 2 1 5 1006 1 2 -2 5 17 9 1 33 34 1 1 1 1 1 -1 1 1 -1 -32768 32767 1 46 Waiting for replication conn standby_1's replay_lsn to pass 0/147D05E0 on primary done # Running: pg_dumpall -f C:\cirrus\build/testrun/recovery/027_stream_regress\data/primary.dump --no-sync -p 65507 --no-unlogged-table-data [13:07:03.478](5.214s) ok 3 - dump primary server # Running: pg_dumpall -f C:\cirrus\build/testrun/recovery/027_stream_regress\data/standby.dump --no-sync -p 65508 [13:07:09.112](5.634s) ok 4 - dump standby server # Running: diff C:\cirrus\build/testrun/recovery/027_stream_regress\data/primary.dump C:\cirrus\build/testrun/recovery/027_stream_regress\data/standby.dump [13:07:09.247](0.136s) ok 5 - compare primary and standby dumps [13:07:10.034](0.786s) ok 6 - check contents of pg_stat_statements on regression database ### Stopping node "standby_1" using mode fast # Running: pg_ctl -D C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_standby_1_data/pgdata -m fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "standby_1" ### Stopping node "primary" using mode fast # Running: pg_ctl -D C:\cirrus\build/testrun/recovery/027_stream_regress\data/t_027_stream_regress_primary_data/pgdata -m fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "primary" [13:07:10.565](0.531s) 1..6 [13:07:10.579](0.014s) # Looks like you failed 1 test of 6.