machi/test
Scott Lystig Fritchie 442e79e4f1 Add machi_flu_psup.erl to supervise all 3 FLU processes (see below)
Introduce machi_flu_psup:start_flu_package/4 as a way to start all
related FLU processes
    * The projection store
    * The chain manager
    * The FLU itself

... as well as linked processes.
http://www.snookles.com/scotttmp/flu-tree-20150430.png shows one FLU
running, "a".  The process registered "a" is the append server,
"some-prefix" for the sequencer & writer for the current <<"some-prefix">>
file, and a process each for 3 active TCP connections to that FLU.
2015-04-30 19:15:27 +09:00
..
pulse_util WIP: client side projection store, 1st API op (write), part II 2015-04-03 17:10:52 +09:00
machi_admin_util_test.erl WIP: client side projection store, 1st API op (write), part II 2015-04-03 17:10:52 +09:00
machi_chain_manager1_converge_demo.erl WIP: Fix bug that flaps inside an inner projection, oops! 2015-04-14 18:23:00 +09:00
machi_chain_manager1_pulse.erl Import of machi_chain_manager1.erl and friends; tests broken 2015-04-06 14:16:20 +09:00
machi_chain_manager1_test.erl WIP: some TODO cleanup & related refactoring 2015-04-10 22:00:52 +09:00
machi_flu1_test.erl WIP: more projection refactoring, eunit tests pass for the moment 2015-04-09 12:16:58 +09:00
machi_partition_simulator.erl WIP: some TODO cleanup & related refactoring 2015-04-10 22:00:52 +09:00
machi_projection_test.erl WIP: more projection refactoring, eunit tests pass for the moment 2015-04-09 12:16:58 +09:00
machi_proxy_flu1_client_test.erl Add machi_flu_psup.erl to supervise all 3 FLU processes (see below) 2015-04-30 19:15:27 +09:00