From 333757eadc83a5471a7d24365706240dd624f9a2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 9 May 2019 09:31:47 +0700 Subject: [PATCH] Pull in fix for BIND bug in F30 upgrade tests A BIND update broke a test, then went stable, so it's failing on all updates right now. This subsequent update fixes the bug, so let's pull it in here until it's pushed stable. Signed-off-by: Adam Williamson --- lib/utils.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/utils.pm b/lib/utils.pm index bae8a63e..c071d919 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -429,6 +429,12 @@ sub _repo_setup_updates { # installed, but was not assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt'; upload_logs "/var/log/updatepkgnames.txt"; + # TEST TEST fix for FreeIPA upgrade bug + if (get_var("VERSION") eq "30") { + # FIXME fix for bind bug that broke FreeIPA upgrade test; remove + # when pushed stable + assert_script_run "bodhi updates download --updateid FEDORA-2019-493dfcda55"; + } # create the repo metadata assert_script_run "createrepo ."; # write a repo config file, unless this is the support_server test