You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'WARNING: Valid full backup on current timeline 2 is not found, trying to look up on previous timelines',
3406
3406
output)
3407
-
3408
-
self.assertIn(
3409
-
'WARNING: could not connect to database backupdb: FATAL: must be superuser or replication role to start walsender',
3410
-
output)
3407
+
3408
+
# Messages before 14
3409
+
# 'WARNING: could not connect to database backupdb: FATAL: must be superuser or replication role to start walsender'
3410
+
# Messages for >=14
3411
+
# 'WARNING: could not connect to database backupdb: connection to server on socket "/tmp/.s.PGSQL.30983" failed: FATAL: must be superuser or replication role to start walsender'
3412
+
self.assertRegex(
3413
+
output,
3414
+
r'WARNING: could not connect to database backupdb: (connection to server on socket "/tmp/.s.PGSQL.\d+" failed: ){0,1}FATAL: must be superuser or replication role to start walsender')
0 commit comments