From 3c13f026797c8cbee471488f9c881042eff797b9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Nov 2022 12:22:50 -0800 Subject: [PATCH] Revert "_advisory_update: stop the graphical desktop at the start" This reverts commit 3208d15725ee25c01143dd610b84388afcd505ce and the two follow-ups. I'm hoping https://bugzilla.redhat.com/show_bug.cgi?id=2133829 is now resolved; this was intended to help with that (though I'm not sure it ever really did), and so we can hopefully ditch it, which simplifies this code. --- tests/_advisory_update.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/_advisory_update.pm b/tests/_advisory_update.pm index 98de8ad4..8aa983f7 100644 --- a/tests/_advisory_update.pm +++ b/tests/_advisory_update.pm @@ -8,14 +8,6 @@ sub run { # do the 'repo setup' steps, which set up a repo containing the # update packages and run 'dnf update' $self->root_console(tty => 3); - # stop the graphical desktop; this should help with a problem - # we're having in Rawhide as of 2022-10 where KDE update tests - # are frequently getting OOM killed here: - # https://bugzilla.redhat.com/show_bug.cgi?id=2133829 - script_run "systemctl isolate multi-user.target"; - # switch back to our tty if that kicked us to tty1 - wait_still_screen 3; - $self->root_console(tty => 3); repo_setup; if (get_var("ADVISORY_BOOT_TEST")) { # to test boot stuff - in case the update touched grub2, or dracut,