aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/supervisor_SUITE.erl
AgeCommit message (Expand)Author
2018-09-17Skip performance test on build types other than 'opt'Siri Hansen
2018-06-18Update copyright yearHenrik Nord
2017-11-14[supervisor] Add test of scaling on start/stop of many childrenSiri Hansen
2017-11-09[supervisor] Store children in map instead of listSiri Hansen
2017-11-09[supervisor] Refactor handling of dynamic childrenSiri Hansen
2017-11-09[supervisor] Improve test suite before refactoringSiri Hansen
2016-06-08Merge branch 'josevalim/supervisor-get-callback-module/PR-1000/OTP-13619'Siri Hansen
2016-06-04Return callback module in supervisor format_statusJosé Valim
2016-03-15update copyright-yearHenrik Nord
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Replace calls to test_server:sleep/1 with ct:sleep/1 or timer:sleep/1Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-03Speed up supervisor:count_children/1; simple_one_for_oneRory Byrne
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Fix supervisor:get_childspec/2 for simple_one_for_oneRory Byrne
2015-05-26Don't store child that returns ignore in simple supervisorJames Fish
2015-04-22supervisor: Correct restart handlingBjörn Gustavsson
2014-11-06Add test of maps in supervisor flags and child specsSiri Hansen
2014-10-08Add more tests of supervisorSiri Hansen
2014-03-28stdlib: loosen testcasesDan Gudmundsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-04Fix rest_for_one and one_for_all restarting a child not terminatedJames Fish
2012-10-11If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen
2012-10-05Have supervisor send errors up the chainTomas Pihl
2012-03-05Leave control back to gen_server during supervisor's restart loopSiri Hansen
2011-12-20Don't save child spec for temporary child if child's start func returns ignoreSiri Hansen
2011-12-08Change supervisor_SUITE to pure common test styleSiri Hansen
2011-11-14Remove all use of global:safe_whereis_name/1Hans Bolinder
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-20Merge branch 'cf/simple_one_for_one_shutdown'Henrik Nord
2011-10-10Allow an infinite timeout to shutdown worker processesChristopher Faulet
2011-09-16Explicitly kill dynamic children in supervisorsChristopher Faulet
2011-08-30Merge branch 'dev' into majorHenrik Nord
2011-08-23fix supervisors restarting temporary childrenFred Hebert
2011-07-11Merge branch 'dev' into majorSiri Hansen
2011-07-08Make sure supervisor_SUITE:count_children_memory is always skipped when erlan...Siri Hansen
2011-06-17Handle exit reason {shutdown,Term} as shutdown for children of supervisorSiri Hansen
2011-05-04Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen
2011-04-12Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen
2011-04-04Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin
2011-02-25Fix trivial typos in supervisor_SUITETuncer Ayaz
2011-02-23stdlib tests: Eliminate some compiler warningsBjörn Gustavsson
2011-02-23Merge branch 'ia/supervisor-saves-unnecessary-data/OTP-9064' into devIngela Anderton Andin
2011-02-22Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin
2011-02-22Do not save parameter list for any temporary processesIngela Anderton Andin
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update so that count_children_memory is skipped on +Meamin emulatorsLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson