Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit b702b9c

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Add a reference to the task about pg_controldata inconsistency See merge request automation/pg-tests!1364
2 parents 1fe7d9e + 4d67fdf commit b702b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_install/test_full_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def test_full_install(self, request):
398398
'"%s"' % pginst.get_datadir()
399399
).split('\n')
400400
if name == 'postgrespro' and not (edition in ['1c', 'sql']):
401+
# PGPRO-5015
401402
if cdout[0].startswith('pg_control edition:'):
402403
el = 0
403404
elif cdout[1].startswith('pg_control edition:'):

0 commit comments

Comments
 (0)