* debian/patches/acceptance_tests_postgres_port.patch: New patch, set base

port for acceptance tests to 5420 in order not to conflict with possible
    system clusters.
This commit is contained in:
Michael Banck 2019-01-26 18:10:30 +01:00
parent e062f5f988
commit d5b94c318e
3 changed files with 15 additions and 0 deletions

3
debian/changelog vendored
View file

@ -10,6 +10,9 @@ patroni (1.5.4-3) UNRELEASED; urgency=medium
* debian/patches/automatic_primary_reinit.patch: New patch, allows to
automatically reinit a former primary if a rewind is not possible, taken
from proposed upstream commit 3a509cab.
* debian/patches/acceptance_tests_postgres_port.patch: New patch, set base
port for acceptance tests to 5420 in order not to conflict with possible
system clusters.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 21 Jan 2019 17:10:49 +0100

View file

@ -0,0 +1,11 @@
--- ./features/environment.py.orig 2019-01-26 17:56:16.036042086 +0100
+++ ./features/environment.py 2019-01-26 17:57:01.007847933 +0100
@@ -83,7 +83,7 @@
class PatroniController(AbstractController):
- __PORT = 5440
+ __PORT = 5420
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""

View file

@ -7,3 +7,4 @@ check_postmaster.patch
acceptance_tests_system_patroni.patch
automatic_primary_reinit.patch
patronictl_timeline_info.patch
acceptance_tests_postgres_port.patch