* debian/patches/acceptance_tests_timeouts.patch: New patch, increases a

timeout of an often failing autopkgtest test.
This commit is contained in:
Michael Banck 2019-10-07 20:41:17 +02:00
parent ebc0bdb0bd
commit a708d50f6a
3 changed files with 12 additions and 0 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ patroni (1.6.0-3) UNRELEASED; urgency=medium
[ Michael Banck ]
* debian/control (patroni/Depends): Added python3-distutils.
* debian/patches/acceptance_tests_timeouts.patch: New patch, increases a
timeout of an often failing autopkgtest test.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 20 Sep 2019 20:29:59 +0200

View file

@ -0,0 +1,9 @@
--- ./features/custom_bootstrap.feature.orig 2019-10-07 20:16:35.549032499 +0200
+++ ./features/custom_bootstrap.feature 2019-10-07 20:16:43.873104835 +0200
@@ -13,5 +13,5 @@
Given I add the table bar to postgres1
And I do a backup of postgres1
When I start postgres2 in a cluster batman2 from backup
- Then postgres2 is a leader of batman2 after 10 seconds
+ Then postgres2 is a leader of batman2 after 30 seconds
And table bar is present on postgres2 after 10 seconds

View file

@ -3,3 +3,4 @@ consul_import.patch
check_postmaster.patch
acceptance_tests_system_patroni.patch
disable_postgresql.conf_chmod.patch
acceptance_tests_timeouts.patch