summaryrefslogtreecommitdiff
path: root/src/mirrored_supervisor_tests.erl
Commit message (Expand)AuthorAgeFilesLines
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* don't wait (nearly) forever for mirrored_supervisor migrationsMatthias Radestock2012-05-171-2/+2
* merge e1311dd42eba into bug24362bug24362Tim Watson2012-05-141-1/+1
* merge f6d1609212f9 into bug24362Tim Watson2012-05-141-1/+1
* merge default into this branchTim Watson2012-05-141-6/+12
|\
| * refactorMatthias Radestock2012-05-091-10/+3
| * check for a new pid when registered children die in mirrored_supervisor_teststim2012-05-091-1/+1
| * do not kill the child explicitlytim2012-05-081-1/+1
| * for bug24362 - assert that worker name is unregistered by the time we get a '...Tim Watson2012-05-081-6/+19
* | Don't use an untrappable kill.Simon MacMullen2012-05-031-1/+1
|/
* Revert 9d59000c4a44, 38eb4652c7e3, f6d1609212f9, e1311dd42eba (timeout change...Simon MacMullen2012-05-031-2/+2
* another attempt to track down the mirrored_supervisor_tests CI failureMatthias Radestock2012-04-291-1/+1
* let's wait foreverMatthias Radestock2012-04-271-1/+1
* another attempt at pacifying the CI godsMatthias Radestock2012-04-271-1/+1
* bump the mirror_supervisor_tests wait time to reduce ci failure rateMatthias Radestock2012-04-261-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* I think we can be sure that it's not.Simon MacMullen2011-12-091-3/+1
* Handle children that fail to start at init properly, by shutting down.Simon MacMullen2011-12-011-2/+2
* Slightly clearer.Simon MacMullen2011-12-011-10/+4
* OopsSimon MacMullen2011-12-011-0/+1
* Failing test.Simon MacMullen2011-12-011-0/+28
* comment out failing test to check whether others fail tooMatthias Radestock2011-11-291-1/+3
* better reporting of location of failed testMatthias Radestock2011-11-241-2/+2
* Another attempt at reducing racy failures.Simon MacMullen2011-11-241-1/+1
* This is still failing occasionally in CI, I must have tuned the value for my ...Simon MacMullen2011-10-261-1/+1
* Give the supervisor hierarchy a chance to quiesce at the end of each test.Simon MacMullen2011-10-141-0/+1
* 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