From a708d50f6aff07a93d16bba2d34d78937a3fc59e Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 7 Oct 2019 20:41:17 +0200 Subject: [PATCH] * debian/patches/acceptance_tests_timeouts.patch: New patch, increases a timeout of an often failing autopkgtest test. --- debian/changelog | 2 ++ debian/patches/acceptance_tests_timeouts.patch | 9 +++++++++ debian/patches/series | 1 + 3 files changed, 12 insertions(+) create mode 100644 debian/patches/acceptance_tests_timeouts.patch diff --git a/debian/changelog b/debian/changelog index 43b1b8b..474e082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 20 Sep 2019 20:29:59 +0200 diff --git a/debian/patches/acceptance_tests_timeouts.patch b/debian/patches/acceptance_tests_timeouts.patch new file mode 100644 index 0000000..da0796f --- /dev/null +++ b/debian/patches/acceptance_tests_timeouts.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index f0b61a3..1e4b638 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ consul_import.patch check_postmaster.patch acceptance_tests_system_patroni.patch disable_postgresql.conf_chmod.patch +acceptance_tests_timeouts.patch