Closed beerriot closed 12 years ago
Should this be applied to 1.0 too? 1.0.3 made similar changes for startup behavior.
Test ran fine for just riak_pipe (./rebar eunit app=riak_pipe -v) but had issues when running all tests under riak_ee master. Investigating root cause.
INFO: Cover compiling /Users/jmeredith/basho/work/1.1-pre1/deps/riak_pipe
======================== EUnit ========================
module 'riak_pipe'
{"Kernel pid terminated",application_controller,{{badmatch,undefined},[{application_controller,unload,2},{application_controller,handle_call,3},{gen_server,handle_msg,5}]}}
Crash dump was written to: erl_crash.dump
Kernel pid terminated (application_controller) ()
This PR was obsoleted by another. Closing without merging.
Not waiting for the node watcher to declare riak_pipe service as up before running the test was causing preflist exhaustion errors. Not unloading apps after stopping them was causing re-starting them for the next test to fail.