Skip to content

Commit

Permalink
Merge pull request os-autoinst#18716 from lilyeyes/fix-15sp3-hana_clu…
Browse files Browse the repository at this point in the history
…ster-register-failure

Fix hana_cluster node2 register error
  • Loading branch information
lilyeyes authored Feb 22, 2024
2 parents 44ac6ab + 297c4ea commit 3b0e244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sles4sap/hana_cluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ sub run {

assert_script_run "su - $sapadm -c 'sapcontrol -nr $instance_id -function StopSystem HDB'";
assert_script_run "until su - $sapadm -c 'hdbnsutil -sr_state' | grep -q 'online: false' ; do sleep 1 ; done", 120;
sleep bmwqemu::scale_timeout(10);
$self->do_hana_sr_register(node => $node1);
sleep bmwqemu::scale_timeout(10);
my $start_cmd = "su - $sapadm -c 'sapcontrol -nr $instance_id -function StartSystem HDB'";
Expand Down

0 comments on commit 3b0e244

Please sign in to comment.