# Checking port 57948 # Found port 57948 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=57948 host=C:/Windows/TEMP/kyb77y_l03 Log file: C:\cirrus\build/testrun/recovery/027_stream_regress\log/027_stream_regress_primary.log [18:46:18.217](0.176s) # 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 3516 (standby_1,) [18:46:20.308](2.091s) 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/kyb77y_l03 -p 57948 --checkpoint fast --no-sync # Backup finished # Checking port 57949 # Found port 57949 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=57949 host=C:/Windows/TEMP/kyb77y_l03 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 2564 # using postmaster on C:/Windows/TEMP/kyb77y_l03, port 57948 ok 1 - test_setup 1109 ms # parallel group (20 tests): text oid boolean uuid money txid varchar float4 regproc pg_lsn char int2 bit int4 enum name float8 int8 numeric rangetypes ok 2 + boolean 940 ms ok 3 + char 1343 ms ok 4 + name 1558 ms ok 5 + varchar 1167 ms ok 6 + text 706 ms ok 7 + int2 1503 ms ok 8 + int4 1547 ms ok 9 + int8 1673 ms ok 10 + oid 783 ms ok 11 + float4 1320 ms ok 12 + float8 1647 ms ok 13 + bit 1492 ms ok 14 + numeric 2520 ms ok 15 + txid 1146 ms ok 16 + uuid 984 ms ok 17 + enum 1531 ms ok 18 + money 1013 ms ok 19 + rangetypes 2667 ms ok 20 + pg_lsn 1304 ms ok 21 + regproc 1302 ms # parallel group (20 tests): point timetz numerology lseg line circle inet strings interval date timestamp macaddr polygon multirangetypes box time md5 path macaddr8 timestamptz ok 22 + strings 1776 ms ok 23 + md5 1799 ms ok 24 + numerology 883 ms ok 25 + point 644 ms ok 26 + lseg 879 ms ok 27 + line 1290 ms ok 28 + box 1774 ms ok 29 + path 1784 ms ok 30 + polygon 1770 ms ok 31 + circle 1282 ms ok 32 + date 1758 ms ok 33 + time 1764 ms ok 34 + timetz 676 ms ok 35 + timestamp 1760 ms ok 36 + timestamptz 2320 ms ok 37 + interval 1748 ms ok 38 + inet 1505 ms ok 39 + macaddr 1753 ms ok 40 + macaddr8 1787 ms ok 41 + multirangetypes 1750 ms # parallel group (12 tests): comments unicode tstypes horology geometry mvcc regex expressions xid misc_sanity type_sanity opr_sanity ok 42 + geometry 1366 ms ok 43 + horology 1245 ms ok 44 + tstypes 1145 ms ok 45 + regex 1541 ms ok 46 + type_sanity 1572 ms ok 47 + opr_sanity 1580 ms ok 48 + misc_sanity 1567 ms ok 49 + comments 612 ms ok 50 + expressions 1530 ms ok 51 + unicode 1037 ms ok 52 + xid 1527 ms ok 53 + mvcc 1491 ms # parallel group (5 tests): copyselect copy copydml insert_conflict insert ok 54 + copy 745 ms ok 55 + copyselect 743 ms ok 56 + copydml 741 ms ok 57 + insert 2032 ms ok 58 + insert_conflict 1442 ms # parallel group (7 tests): create_misc create_type create_function_c create_procedure create_schema create_operator create_table ok 59 + create_function_c 790 ms ok 60 + create_misc 466 ms ok 61 + create_operator 844 ms ok 62 + create_procedure 842 ms ok 63 + create_table 2094 ms ok 64 + create_type 541 ms ok 65 + create_schema 833 ms # parallel group (5 tests): index_including create_view create_index_spgist index_including_gist create_index ok 66 + create_index 4444 ms ok 67 + create_index_spgist 2727 ms ok 68 + create_view 2521 ms ok 69 + index_including 2403 ms ok 70 + index_including_gist 2750 ms # parallel group (16 tests): create_function_sql create_aggregate create_am errors hash_func create_cast infinite_recurse roleattributes drop_if_exists select typed_table constraints vacuum updatable_views inherit triggers ok 71 + create_aggregate 1004 ms ok 72 + create_function_sql 1001 ms ok 73 + create_cast 1286 ms ok 74 + constraints 2938 ms ok 75 + triggers 7430 ms ok 76 + select 1843 ms ok 77 + inherit 5493 ms ok 78 + typed_table 2211 ms ok 79 + vacuum 4446 ms ok 80 + drop_if_exists 1826 ms ok 81 + updatable_views 4600 ms ok 82 + roleattributes 1400 ms ok 83 + create_am 1267 ms ok 84 + hash_func 1266 ms ok 85 + errors 1264 ms ok 86 + infinite_recurse 1393 ms ok 87 - sanity_check 1220 ms # parallel group (20 tests): case select_implicit random prepared_xacts select_having delete select_into select_distinct_on namespace union portals subselect transactions select_distinct arrays hash_index update join aggregates btree_index ok 88 + select_into 2755 ms ok 89 + select_distinct 3422 ms ok 90 + select_distinct_on 2751 ms ok 91 + select_implicit 1454 ms ok 92 + select_having 2516 ms ok 93 + subselect 3261 ms ok 94 + union 2744 ms ok 95 + case 1109 ms ok 96 + join 4565 ms ok 97 + aggregates 5597 ms ok 98 + transactions 3252 ms ok 99 + random 2034 ms ok 100 + portals 3248 ms ok 101 + arrays 3830 ms ok 102 + btree_index 7588 ms ok 103 + hash_index 4318 ms ok 104 + update 4454 ms ok 105 + delete 2493 ms ok 106 + namespace 2722 ms ok 107 + prepared_xacts 2489 ms # parallel group (20 tests): drop_operator password groupingsets security_label init_privs collate generated tablesample lock object_address replica_identity spgist identity gin matview rowsecurity gist join_hash brin privileges ok 108 + brin 14936 ms ok 109 + gin 5572 ms ok 110 + gist 7761 ms ok 111 + spgist 5303 ms ok 112 + privileges 17715 ms ok 113 + init_privs 4936 ms ok 114 + security_label 4571 ms ok 115 + collate 5078 ms ok 116 + matview 5860 ms ok 117 + lock 5076 ms ok 118 + replica_identity 5178 ms ok 119 + rowsecurity 5859 ms ok 120 + object_address 5175 ms ok 121 + tablesample 5069 ms ok 122 + groupingsets 4329 ms ok 123 + drop_operator 1476 ms ok 124 + password 4115 ms ok 125 + identity 5304 ms ok 126 + generated 5062 ms ok 127 + join_hash 14774 ms # parallel group (2 tests): brin_bloom brin_multi ok 128 + brin_bloom 606 ms ok 129 + brin_multi 2046 ms # parallel group (18 tests): alter_operator tsrf tidscan alter_generic misc collate.utf8 tid dbsize create_role collate.icu.utf8 async misc_functions sysviews tidrangescan create_table_like incremental_sort merge without_overlaps ok 130 + create_table_like 2388 ms ok 131 + alter_generic 1647 ms ok 132 + alter_operator 904 ms ok 133 + misc 1691 ms ok 134 + async 1811 ms ok 135 + dbsize 1741 ms ok 136 + merge 2798 ms ok 137 + misc_functions 1844 ms not ok 138 + sysviews 2254 ms ok 139 + tsrf 1253 ms ok 140 + tid 1709 ms ok 141 + tidscan 1243 ms ok 142 + tidrangescan 2238 ms ok 143 + collate.utf8 1663 ms ok 144 + collate.icu.utf8 1777 ms ok 145 + incremental_sort 2576 ms ok 146 + create_role 1772 ms ok 147 + without_overlaps 2764 ms # parallel group (7 tests): collate.linux.utf8 amutils collate.windows.win1252 psql_crosstab psql rules stats_ext ok 148 + rules 2652 ms ok 149 + psql 2514 ms ok 150 + psql_crosstab 2055 ms ok 151 + amutils 937 ms ok 152 + stats_ext 6314 ms ok 153 + collate.linux.utf8 727 ms ok 154 + collate.windows.win1252 1679 ms ok 155 - select_parallel 9661 ms ok 156 - write_parallel 1700 ms ok 157 - vacuum_parallel 862 ms # parallel group (2 tests): subscription publication ok 158 + publication 1781 ms ok 159 + subscription 406 ms # parallel group (17 tests): portals_p2 combocid guc select_views dependency equivclass xmlmap tsdicts cluster indirect_toast advisory_lock tsearch window functional_deps bitmapops foreign_data foreign_key ok 160 + select_views 2531 ms ok 161 + portals_p2 1752 ms ok 162 + foreign_key 5599 ms ok 163 + cluster 2768 ms ok 164 + dependency 2643 ms ok 165 + guc 2431 ms ok 166 + bitmapops 3576 ms ok 167 + combocid 2386 ms ok 168 + tsearch 3098 ms ok 169 + tsdicts 2757 ms ok 170 + foreign_data 3601 ms ok 171 + window 3205 ms ok 172 + xmlmap 2627 ms ok 173 + functional_deps 3211 ms ok 174 + advisory_lock 2982 ms ok 175 + indirect_toast 2980 ms ok 176 + equivclass 2619 ms # parallel group (9 tests): jsonpath_encoding json_encoding jsonpath json sqljson_jsontable jsonb_jsonpath sqljson sqljson_queryfuncs jsonb ok 177 + json 1003 ms ok 178 + jsonb 1726 ms ok 179 + json_encoding 735 ms ok 180 + jsonpath 991 ms ok 181 + jsonpath_encoding 622 ms ok 182 + jsonb_jsonpath 995 ms ok 183 + sqljson 994 ms ok 184 + sqljson_queryfuncs 1116 ms ok 185 + sqljson_jsontable 989 ms # parallel group (18 tests): returning truncate limit copy2 xml prepare largeobject sequence plancache rowtypes with domain rangefuncs conversion polymorphism temp plpgsql alter_table ok 186 + plancache 3036 ms ok 187 + limit 2637 ms ok 188 + plpgsql 5547 ms ok 189 + copy2 2827 ms ok 190 + temp 3530 ms ok 191 + domain 3195 ms ok 192 + rangefuncs 3192 ms ok 193 + prepare 2817 ms ok 194 + conversion 3228 ms ok 195 + truncate 2618 ms ok 196 + alter_table 8190 ms ok 197 + sequence 2959 ms ok 198 + polymorphism 3401 ms ok 199 + rowtypes 3075 ms ok 200 + returning 2027 ms ok 201 + largeobject 2947 ms ok 202 + with 3166 ms ok 203 + xml 2791 ms # parallel group (15 tests): reloptions hash_part predicate partition_info partition_merge compression explain memoize partition_split partition_join stats indexing tuplesort partition_aggregate partition_prune ok 204 + partition_merge 2939 ms ok 205 + partition_split 4101 ms ok 206 + partition_join 5791 ms ok 207 + partition_prune 11414 ms ok 208 + reloptions 1853 ms ok 209 + hash_part 2321 ms ok 210 + indexing 6460 ms ok 211 + partition_aggregate 8866 ms ok 212 + partition_info 2917 ms ok 213 + tuplesort 8565 ms ok 214 + explain 3335 ms ok 215 + compression 2911 ms ok 216 + memoize 3332 ms ok 217 + stats 6309 ms ok 218 + predicate 2530 ms # parallel group (2 tests): oidjoins event_trigger ok 219 + oidjoins 844 ms ok 220 + event_trigger 969 ms ok 221 - event_trigger_login 578 ms ok 222 - fast_default 823 ms ok 223 - tablespace 2173 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/sysviews.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out --- C:/cirrus/src/test/regress/expected/sysviews.out 2024-04-17 18:41:20.012866900 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2024-04-17 18:47:53.134060400 +0000 @@ -157,7 +157,8 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) + enable_toast_cache | off +(24 rows) -- There are always wait event descriptions for various types. select type, count(*) > 0 as ok FROM pg_wait_events === EOF === [18:49:12.288](171.980s) not ok 2 - regression tests pass [18:49:12.288](0.000s) # Failed test 'regression tests pass' # at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 95. [18:49:12.288](0.001s) # got: '256' # expected: '0' 41 1 1 1 1 1 2 1 1 9 1 5 5 1 1 -1 1 1 -1 3 4 3 4 4 1 -32768 32767 32 1 1 1 6 4001 104 2 1 5 -2 1006 9 1 1 1 1 2 46 5 17 33 34 Waiting for replication conn standby_1's replay_lsn to pass 0/1525DFC0 on primary done # Running: pg_dumpall -f C:\cirrus\build/testrun/recovery/027_stream_regress\data/primary.dump --no-sync -p 57948 --no-unlogged-table-data [18:49:19.522](7.234s) ok 3 - dump primary server # Running: pg_dumpall -f C:\cirrus\build/testrun/recovery/027_stream_regress\data/standby.dump --no-sync -p 57949 [18:49:27.405](7.883s) 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 [18:49:27.614](0.209s) ok 5 - compare primary and standby dumps [18:49:28.410](0.796s) 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" [18:49:28.848](0.439s) 1..6 [18:49:28.910](0.061s) # Looks like you failed 1 test of 6.