summaryrefslogtreecommitdiff
path: root/src/mirrored_supervisor_tests.erl
Commit message (Expand)AuthorAgeFilesLines
* R12B-3 fix. I don't think this broke anything but it causes the xref CI test ...Simon MacMullen2011-08-181-1/+1
* More testing of which_childrenSimon MacMullen2011-08-171-5/+18
* {error, already_present}Simon MacMullen2011-08-171-1/+3
* Aggregate which_children, implement count_children.Simon MacMullen2011-08-151-0/+8
* Make delete / restart / terminate work groupwide.Simon MacMullen2011-08-151-1/+6
* Slight test for ignore too.Simon MacMullen2011-08-091-0/+10
* Blow up if we're asked for simple_one_for_one, more tests, try to handle Mod:...Simon MacMullen2011-08-091-4/+23
* Don't delete from mnesia if child is running.Simon MacMullen2011-08-081-0/+1
* The most important commit so far.Simon MacMullen2011-08-081-1/+1
* Dialyser points out I was returning the wrong thing here. Oops.Simon MacMullen2011-07-211-4/+4
* I spent a long time trying to get the teardown of the complete supervision hi...Simon MacMullen2011-07-181-7/+18
* already_startedSimon MacMullen2011-07-181-22/+23
* Not even sure what that was there for. Oops.Simon MacMullen2011-07-181-2/+1
* Remove a sleep() by waiting for the supervisor and any children we care about...Simon MacMullen2011-07-181-9/+21
* If start_child is called twice in a row we used to hang. Um, that's not good....Simon MacMullen2011-07-181-0/+6
* Shut down the whole supervisor group if the delegate shuts down due to its ch...Simon MacMullen2011-07-141-10/+40
* Dialyser points out that pid_of/1 was returning the wrong thing, hence some t...Simon MacMullen2011-07-061-4/+5
* Support unnamed supervisors. This tweaks the startup somewhat again.Simon MacMullen2011-07-041-2/+17
* Support childspecs returned from Module:init(). Unfortunately a bit fiddly as...Simon MacMullen2011-07-041-5/+19
* Add another testSimon MacMullen2011-07-041-0/+14
* Improve reliability, test deleting and restarting children.Simon MacMullen2011-07-011-1/+17
* When starting a child that is already around on a different supervisor, do no...Simon MacMullen2011-07-011-0/+9
* Trying to keep that ETS table up to date was never going to work, live withou...Simon MacMullen2011-07-011-0/+13
* Uh, fix the test.Simon MacMullen2011-07-011-16/+25
* Beginning of tests, and fix a bug found (ETS table creation on demand is racy).Simon MacMullen2011-07-011-0/+101