summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged bug25000Simon MacMullen2012-09-067-124/+229
|\
| * merge bug25119 into defaultMatthias Radestock2012-09-041-40/+31
| |\
| | * tweak testMatthias Radestock2012-09-041-40/+31
| | | | | | | | | | | | | | | | | | | | | | | | - drop eunit - we don't use it elsewhere and it adds little value here - lower the TEST_RUNS * CHILDREN count - no need to run 'kill' part of test with lots of iterations/children - stop on first failed run - on failure, return iteration and exit reason
| * | merge bug25119Francesco Mazzoli2012-09-044-44/+73
| |\ \ | | |/ | |/|
| | * Merge bug 25120.Simon MacMullen2012-09-043-4/+42
| | |\
| | | * explainMatthias Radestock2012-09-032-3/+9
| | | |
| | | * attempt to close ssl connections gracefully but forcefullyMatthias Radestock2012-09-033-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | gracefully...so that there is a good chance of TLS alerts making it through, but forecfully (after a timeout) so we don't get stuck (or worse, silently) holding on to file descriptors and processes.
| | * | merge bug25119Francesco Mazzoli2012-09-041-40/+31
| | |\ \ | | | |/
| | | * minor refactoring and cosmeticsMatthias Radestock2012-08-311-40/+31
| | | |
| * | | refactor testsTim Watson2012-09-041-29/+26
| |/ /
| * | cosmeticsFrancesco Mazzoli2012-09-041-2/+2
| | |
| * | rework tests for most simple case of child terminationTim Watson2012-09-042-121/+98
| | | | | | | | | | | | | | | | | | increase test coverage for whole of terminate_simple_children fix bug in timeout handling clause of terminate_simple_children cosmetic (trailing whitespace)
| * | export only what's necessary, cosmeticsFrancesco Mazzoli2012-09-031-2/+1
| | |
| * | cosmetics!Francesco Mazzoli2012-09-031-2/+2
| | |
| * | cosmeticsFrancesco Mazzoli2012-09-031-5/+5
| | |
| * | cosmetic (again)Tim Watson2012-09-031-7/+7
| | |
| * | cosmeticTim Watson2012-09-031-44/+3
| |\ \
| | * | remove useless test caseTim Watson2012-09-031-44/+3
| | | |
| * | | cosmeticsFrancesco Mazzoli2012-09-031-1/+1
| |/ /
| * | oopsTim Watson2012-09-031-33/+0
| | |
| * | cosmeticTim Watson2012-09-031-27/+60
| | |
| * | construct child exit reason in the right placeTim Watson2012-09-031-1/+2
| | |
| * | cosmeticTim Watson2012-09-031-2/+1
| | |
| * | Introduce additional, non-smp tests (using suspend) and explode the testTim Watson2012-09-031-7/+54
| | | | | | | | | | | | fixture list to create 400 repetitions of the group
| * | Test that simple_one_for_one_terminate shutdowns no longer deadlock andTim Watson2012-09-033-1/+103
| | | | | | | | | | | | handle reporting errors not caught during shutdown (e.g., 'killed' pids)
| * | refactorMatthias Radestock2012-08-301-17/+11
| | | | | | | | | | | | and always prefer the EXIT reason
| * | when terminating multiple simple children, we shouldn't rely on the order of ↵Tim Watson2012-08-301-11/+19
| |/ | | | | | | 'EXIT' vs 'DOWN' messages
| * merge bug25117Francesco Mazzoli2012-08-291-14/+16
| |\
| | * cosmeticTim Watson2012-08-291-1/+1
| | |
| | * Slaves must join gm before updating amqqueue records, otherwise messagesTim Watson2012-08-291-15/+17
| |/ | | | | | | | | received from publishers will become stuck due to diverging sender queue state in the slave failing to correlate with incoming messages
* | Terseness.Simon MacMullen2012-09-061-1/+1
| |
* | Not sure it's worth explaining that, the explanation is not clear and I ↵Simon MacMullen2012-09-061-3/+1
| | | | | | | | can't think how to improve it.
* | emit warning when starting detached rabbitFrancesco Mazzoli2012-09-061-1/+3
| |
* | don't record pid when using -detachedFrancesco Mazzoli2012-09-052-5/+15
| |
* | rename branchFrancesco Mazzoli2012-08-240-0/+0
| |
* | document the fact that -detached causes the wrong pid to be recordedFrancesco Mazzoli2012-08-241-1/+3
|/
* tiny refactor: rename fun and clarify commentMatthias Radestock2012-08-242-13/+13
|
* merge bug25112 into defaultMatthias Radestock2012-08-230-0/+0
|\
* | non-zero timeout when idle for the slave as wellFrancesco Mazzoli2012-08-231-3/+3
|/
* cosmeticMatthias Radestock2012-08-231-25/+18
|
* cosmetic - save some linesMatthias Radestock2012-08-201-31/+14
|
* Merged bug25104 into defaultEmile Joubert2012-08-201-3/+1
|\
| * So strip all that stuff out.Simon MacMullen2012-08-171-28/+1
| |
| * I was thinking that which_applications needed to come first so that theSimon MacMullen2012-08-171-2/+2
| | | | | | | | | | | | process would be gone by the time we got to is_process_alive. But if we swap them round the which_applications check will return false in the shutdown case anyway. And of course is_process_alive/1 is rather faster.
| * Gotta love those timeouts.Simon MacMullen2012-08-171-1/+1
| |
| * Fix detection of mirror removal at clean shutdownSimon MacMullen2012-08-161-3/+28
| |
* | merge bug25071Francesco Mazzoli2012-08-1718-177/+193
|\ \
| * \ merge bug25105 into defaultTim Watson2012-08-171-1/+1
| |\ \ | | |/ | |/|
| | * Disable parallel build (equivalent to supplying build.jobs=1 on the port ↵Steve Powell2012-08-171-1/+1
| |/ | | | | | | command).
| * Oops, this got missed in bug 25048 - slave_pids is no longer in both lists ↵Simon MacMullen2012-08-151-1/+1
| | | | | | | | so there's no need to remove it.