[pmg-devel] applied-series: [PATCH pmg-api 0/2] remove unused greylist table column and make test_gl more robust
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jun 16 14:21:12 CEST 2021
On 11.06.21 17:54, Stoiko Ivanov wrote:
> These two patches are the result from some intial trials to build and test
> PMG on debian bullseye
>
> The first drops a deprecated database column, and since I consider changes
> to the database schema somewhat sensitive I'd like another set of eyes
> to look over the changes
>
> the second patch addresses a timing issue in test_greylist.pl, which
> causes the tests to fail, because the policy daemon is not accepting
> connections early enough (at least on my test-container with bullseye)
> One alternative would be to skip the greylist tests here which would
> enables building as non-root user.
>
> Stoiko Ivanov (2):
> greylisting: drop unneeded Host column form cgreylist table
> tests: greylist: retry connecting 3 times
>
> src/PMG/Cluster.pm | 3 +--
> src/PMG/DBTools.pm | 21 +++++++++++++++------
> src/bin/pmgpolicy | 6 ++----
> src/tests/test_greylist.pl | 14 ++++++++++----
> 4 files changed, 28 insertions(+), 16 deletions(-)
>
applied series with Dominik's R-b/T-b tags, thanks to both!
More information about the pmg-devel
mailing list