Skip to content

Instantly share code, notes, and snippets.

@aeyakovenko
Created September 13, 2016 18:22
Show Gist options
  • Save aeyakovenko/7dc1f5a6268e10f489c5b0c260d663bc to your computer and use it in GitHub Desktop.
Save aeyakovenko/7dc1f5a6268e10f489c5b0c260d663bc to your computer and use it in GitHub Desktop.
ayakovenko-ubuntu:minuteman root$ make ct
./rebar3 as test ct --sname=me@localhost
===> Verifying dependencies...
===> Compiling minuteman
===> Running Common Test suites...
----------------------------------------------------
2016-09-13 11:22:25.913
ct_slave:start returned 'minuteman_ct_latency_observer_SUITE_TEST@ayakovenko-ubuntu'
%%% minuteman_ct_latency_observer_SUITE ==> test_init: SKIPPED
%%% minuteman_ct_latency_observer_SUITE ==> {tc_auto_skip,
{auto_skipped,
{failed,
{minuteman_ct_latency_observer_SUITE,init_per_testcase,
{{badmatch,
{badrpc,
{'EXIT',
{{badmatch,
{error,
{minuteman,
{{shutdown,
{failed_to_start_child,minuteman_network_sup,
{'EXIT',
{iptables_fail,
[{minuteman_network_sup,load_rule,1,
[{file,
"/root/minuteman/_build/test/lib/minuteman/src/minuteman_network_sup.erl"},
{line,84}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1338}]},
{minuteman_network_sup,start_link,0,
[{file,
"/root/minuteman/_build/test/lib/minuteman/src/minuteman_network_sup.erl"},
{line,46}]},
{supervisor,do_start_child,2,
[{file,"supervisor.erl"},{line,365}]},
{supervisor,start_children,3,
[{file,"supervisor.erl"},{line,348}]},
{supervisor,init_children,2,
[{file,"supervisor.erl"},{line,314}]},
{gen_server,init_it,6,[{file,"gen_server.erl"},{line,328}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,247}]}]}}}},
{minuteman_app,start,[normal,[]]}}}}},
[{minuteman_ct_latency_observer_SUITE,init_node,1,
[{file,
"/root/minuteman/_build/test/lib/minuteman/test/minuteman_ct_latency_observer_SUITE.erl"},
{line,35}]},
{rpc,'-handle_call_call/6-fun-0-',5,
[{file,"rpc.erl"},{line,187}]}]}}}},
[{minuteman_ct_latency_observer_SUITE,init_per_testcase,2,
[{file,
"/root/minuteman/_build/test/lib/minuteman/test/minuteman_ct_latency_observer_SUITE.erl"},
{line,60}]},
{test_server,do_init_per_testcase,2,
[{file,"test_server.erl"},{line,1297}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1007}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}}}}}
Skipped 1 (0, 1) tests. Passed 0 tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment