-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One of the HanaSR test is about crashing one cluster node running HANA. Crash command is executed through a ssh channel. Problem is that, as soon as the system crash, the ssh connection is interrupted leaving the ssh client blocked. The idea is: compose the remotely executed command with a sleep and then the crash, run these two in background. It gives time to the ssh client to close the session before the crash happening. Remove the timepout=0 behavior, stop forwarding to run_ssh_command all the args content.
- Loading branch information
Showing
1 changed file
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters