From 4a69eb28601d9f1e2e1b129a84f13eeb4aabe89d Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 26 Feb 2013 16:01:24 +0100 Subject: Add debug printouts Testcase if wobbling --- erts/test/nt_SUITE.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'erts/test/nt_SUITE.erl') diff --git a/erts/test/nt_SUITE.erl b/erts/test/nt_SUITE.erl index f9bd15a0ce..7580a7b364 100644 --- a/erts/test/nt_SUITE.erl +++ b/erts/test/nt_SUITE.erl @@ -270,8 +270,11 @@ service_prio(Config) when is_list(Config) -> ?line {ok, OldProcs} = get_current_procs(Config), ?line start_service(Name), ?line {ok, NewProcs} = get_current_procs(Config), + timer:sleep(2000), + ?line {ok, NewProcs2} = get_current_procs(Config), ?line remove_service(Name), ?line Diff = arrived_procs(OldProcs,NewProcs), + io:format("NewProcs ~p~n after sleep~n ~p~n",[Diff, arrived_procs(OldProcs,NewProcs2)]), %% Not really correct, could fail if another heart is %% started at the same time... ?line {value, {"heart.exe",_,"high"}} = -- cgit v1.2.3