From 1a818f3a2dfa689698beccc5eafe8dead5ff73b0 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 13 Feb 2022 23:34:54 +0100 Subject: [PATCH] * debian/tests/control: Reorder acceptance tests. --- debian/changelog | 1 + debian/tests/control | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ac82b5..fde67b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ patroni (2.1.2-3) UNRELEASED; urgency=medium * debian/patches/regression_tests_psutil_compat.patch: New patch, add compatibility for newer psutil in the regression tests (Closes: #1003562). * debian/changelog: Fix whitespace. + * debian/tests/control: Reorder acceptance tests. -- Debian PostgreSQL Maintainers Sun, 13 Feb 2022 15:54:41 +0100 diff --git a/debian/tests/control b/debian/tests/control index b68ee2d..2493ca1 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,16 @@ +# etcd +Features: test-name=acceptance-etcd +Depends: + etcd-server, + moreutils, + postgresql, + python3-behave, + python3-coverage, + python3-etcd (>= 0.4.3), + @, +Test-Command: debian/tests/acceptance etcd +Restrictions: allow-stderr + # raft Features: test-name=acceptance-raft Depends: @@ -23,19 +36,6 @@ Depends: Test-Command: debian/tests/acceptance consul Restrictions: allow-stderr -# etcd -Features: test-name=acceptance-etcd -Depends: - etcd-server, - moreutils, - postgresql, - python3-behave, - python3-coverage, - python3-etcd (>= 0.4.3), - @, -Test-Command: debian/tests/acceptance etcd -Restrictions: allow-stderr - # zookeeper Features: test-name=acceptance-zookeeper Depends: