aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-11-14 12:06:06 +0100
committerSiri Hansen <[email protected]>2011-11-17 16:59:09 +0100
commitcc7c2a74ee9074357f6ab0701be61e7bb57004ef (patch)
tree45de30bfc0d23656dec908736b1ffe4ff386e599 /lib/sasl/test
parent19fc8435cbc938f102ffcd0bcbabfc0371dcccb9 (diff)
downloadotp-cc7c2a74ee9074357f6ab0701be61e7bb57004ef.tar.gz
otp-cc7c2a74ee9074357f6ab0701be61e7bb57004ef.tar.bz2
otp-cc7c2a74ee9074357f6ab0701be61e7bb57004ef.zip
Fix bug in erts upgrade on windows
The service which represents the temporary release during erts upgrade on windows was never deleted. This has been corrected. The service is now renamed just after the emulator restart.
Diffstat (limited to 'lib/sasl/test')
-rw-r--r--lib/sasl/test/release_handler_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sasl/test/release_handler_SUITE.erl b/lib/sasl/test/release_handler_SUITE.erl
index 620d5b2761..180592894e 100644
--- a/lib/sasl/test/release_handler_SUITE.erl
+++ b/lib/sasl/test/release_handler_SUITE.erl
@@ -382,7 +382,8 @@ upgrade_restart(Conf) when is_list(Conf) ->
{wait,TestNodeInit2a} ->
%% We catched the node too early - it was supposed to
%% restart twice, so let's wait for one more restart.
- wait_nodes_up([{TestNode,TestNodeInit2a}],"upgrade_restart_2a",[])
+ wait_nodes_up([{TestNode,TestNodeInit2a}],"upgrade_restart_2a",[]),
+ ok = rpc_inst(TestNode, upgrade_restart_2a, [])
end,
TestNodeInit2 = rpc:call(TestNode,erlang,whereis,[init]),
stop_cover(TestNode),