# Checking port 25319 # Found port 25319 Name: publisher Version: 19devel Data directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata Backup directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/backup Archive directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/archives Connection string: port=25319 host=/tmp/cE1SpGJQzl Log file: /home/postgres/postgres/build/testrun/subscription/029_on_error/log/029_on_error_publisher.log [15:00:39.448](0.138s) # initializing database system by copying initdb template # Running: cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata # Running: /home/postgres/postgres/build/src/test/regress/pg_regress --config-auth /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata ### Starting node "publisher" # Running: pg_ctl --wait --pgdata /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata --log /home/postgres/postgres/build/testrun/subscription/029_on_error/log/029_on_error_publisher.log --options --cluster-name=publisher start waiting for server to start.... done server started # Postmaster PID for node "publisher" is 15601 # Checking port 25320 # Found port 25320 Name: subscriber Version: 19devel Data directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/pgdata Backup directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/backup Archive directory: /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/archives Connection string: port=25320 host=/tmp/cE1SpGJQzl Log file: /home/postgres/postgres/build/testrun/subscription/029_on_error/log/029_on_error_subscriber.log [15:00:40.584](1.136s) # initializing database system by copying initdb template # Running: cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/pgdata # Running: /home/postgres/postgres/build/src/test/regress/pg_regress --config-auth /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/pgdata ### Starting node "subscriber" # Running: pg_ctl --wait --pgdata /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_subscriber_data/pgdata --log /home/postgres/postgres/build/testrun/subscription/029_on_error/log/029_on_error_subscriber.log --options --cluster-name=subscriber start waiting for server to start.... done server started # Postmaster PID for node "subscriber" is 16603 #### Begin standard error psql::1: NOTICE: created replication slot "sub" on publisher #### End standard error Waiting for all subscriptions in "subscriber" to synchronize data Waiting for replication conn sub's replay_lsn to pass 0/017ADD20 on publisher done done [15:00:42.966](2.383s) ok 1 - subscription sub replicated data [15:04:43.416](240.449s) # poll_query_until timed out executing this query: # SELECT subenabled = FALSE FROM pg_subscription WHERE subname = 'sub' # expecting this output: # t # last actual query output: # # with stderr: # psql: error: connection to server on socket "/tmp/cE1SpGJQzl/.s.PGSQL.25320" failed: No such file or directory # Is the server running locally and accepting connections on that socket? [15:04:43.417](0.001s) # die: could not get error-LSN at /home/postgres/postgres/src/test/subscription/t/029_on_error.pl line 32. [15:04:43.417](0.000s) 1..1 could not get error-LSN at /home/postgres/postgres/src/test/subscription/t/029_on_error.pl line 32. # Postmaster PID for node "publisher" is 15601 ### Stopping node "publisher" using mode immediate # Running: pg_ctl --pgdata /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata --mode immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "publisher" # No postmaster PID for node "subscriber" [15:04:43.529](0.112s) # Looks like your test exited with 2 just after 1.