glk1001
glk1001
``` =====test_pglogical_forever.sh #!/bin/bash -x set -u # This test fails after a few retries on a Centos 7 Vagrant box. # # Vagrant: 2.2.7 # VirtualBox: 6.1 # Postgres: 13.4...
I did get a failure on a physical machine after about 3000 retries.
Hi, I've looked into this a bit more and it's failing because of this code sequence: In ``` void pglogical_apply_main(Datum main_arg) ``` there is a call to ``` pglogical_sync_subscription(MySubscription); ```...