Skip to content

vm.yml: fix solaris PAM tests and add retry for VM hangs#643

Open
renaudallard wants to merge 1 commit intoopenssh:masterfrom
renaudallard:workflow_fixes
Open

vm.yml: fix solaris PAM tests and add retry for VM hangs#643
renaudallard wants to merge 1 commit intoopenssh:masterfrom
renaudallard:workflow_fixes

Conversation

@renaudallard
Copy link
Copy Markdown

Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test step so it actually tests PAM functionality instead of re-running the default tests with a PAM-enabled binary.

The Solaris QEMU VM intermittently hangs during tests (a VM-level issue also affecting upstream master). Add retry logic: each test step has a 30-minute timeout with continue-on-error, followed by a retry step that runs if the first attempt failed. This handles the intermittent hang rate reliably without masking real test failures.

Tested successfully 7 times in a row (including runs where the retry mechanism was exercised after a VM hang).

Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test
step so it actually tests PAM functionality instead of re-running
the default tests with a PAM-enabled binary.

The Solaris QEMU VM intermittently hangs during tests (a VM-level
issue also affecting upstream master).  Add retry logic: each test
step has a 30-minute timeout with continue-on-error, followed by
a retry step that runs if the first attempt failed.  This handles
the intermittent hang rate reliably without masking real test
failures.

Tested successfully 7 times in a row (including runs where the
retry mechanism was exercised after a VM hang).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant