Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sporadic incompletes on zkvm in reconnect_s390 #3612

Merged
merged 1 commit into from
Sep 22, 2017

Conversation

okurz
Copy link
Member

@okurz okurz commented Sep 21, 2017

Same as on zVM we need to disable VNC stall detection on zkvm connections to
the installation console which is a VNC connection that may disappear on
reconnecting to the restarting SUT. The problem looks like
http://lord.arch/tests/7446

Verification run:

Related progress issue: https://progress.opensuse.org/issues/19350

Same as on zVM we need to disable VNC stall detection on zkvm connections to
the installation console which is a VNC connection that may disappear on
reconnecting to the restarting SUT. The problem looks like
http://lord.arch/tests/7446

Verification run:
 * zkvm: http://lord.arch/tests/7448
 * zVM: http://lord.arch/tests/7449

 Related progress issue: https://progress.opensuse.org/issues/19350
@@ -40,14 +40,14 @@ sub handle_login_not_found {

sub run {
my $login_ready = check_var('VERSION', 'Tumbleweed') ? qr/Welcome to openSUSE Tumbleweed 20.*/ : qr/Welcome to SUSE Linux Enterprise .*\(s390x\)/;
console('installation')->disable_vnc_stalls;
Copy link
Contributor

@Soulofdestiny Soulofdestiny Sep 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already done before in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/utils.pm#L181
which is called at the end of install_and_reboot

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe. But pulling it out of the "if-backend" will make code cleaner and might even help ;-) I think I need to conduct some more experiments for statistics.

@Soulofdestiny Soulofdestiny merged commit d57e991 into os-autoinst:master Sep 22, 2017
@okurz okurz deleted the enhance/s390_debug branch September 22, 2017 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants