1. 07 Apr, 2016 1 commit
  2. 29 Mar, 2016 3 commits
    • Mark Allen's avatar
      Add a sleep to prevent losing race condition · 7897f346
      Mark Allen authored
      Lager logs its own application start up message. Previously
      this message was discarded or not received quickly enough
      to cause test failures, but now it seems as though it
      is being received and causing several test failures
      even though we are explicitly flushing it away.
      
      We introduce a 5 millisecond sleep for several tests
      to make sure the start up message is received before the
      flush command dumps it.
      7897f346
    • Mark Allen's avatar
      Send the sink name with reboot message · a170ebc9
      Mark Allen authored
      Previously, was always hardcoded to the default sink name.
      a170ebc9
    • Mark Allen's avatar
      Overhaul start up and add killer config · 4b5260c4
      Mark Allen authored
      Previously, configuration would come from application:get_env/3 or
      proplists:get_value/3. Now we standardize on a single format
      for retrieving values from the environment or from a proplist.
      4b5260c4
  3. 19 Mar, 2016 1 commit
  4. 17 Mar, 2016 2 commits
  5. 14 Mar, 2016 1 commit
  6. 11 Mar, 2016 1 commit
    • Brian L. Troutwine's avatar
      Attempt to redress test failures. · 03cd9556
      Brian L. Troutwine authored
      
      At this point in the work, the killer will correctly stop the
      DEFAULT_SINK in the event of overload but our friend never comes back
      up and lager stops working past this point.
      
      Oops!
      
      Error message:
      
      =SUPERVISOR REPORT==== 10-Mar-2016::16:18:11 ===
           Supervisor: {local,lager_handler_watcher_sup}
           Context:    child_terminated
           Reason:     killed
           Offender:   [{pid,<0.63.0>},
                        {id,lager_handler_watcher},
                        {mfargs,{lager_handler_watcher,start_link,undefined}},
                        {restart_type,temporary},
                        {shutdown,5000},
                        {child_type,worker}]
      
      =SUPERVISOR REPORT==== 10-Mar-2016::16:18:11 ===
           Supervisor: {local,lager_handler_watcher_sup}
           Context:    child_terminated
           Reason:     killed
           Offender:   [{pid,<0.59.0>},
                        {id,lager_handler_watcher},
                        {mfargs,{lager_handler_watcher,start_link,undefined}},
                        {restart_type,temporary},
                        {shutdown,5000},
                        {child_type,worker}]
      
      =PROGRESS REPORT==== 10-Mar-2016::16:18:11 ===
                supervisor: {local,lager_sup}
                   started: [{pid,<0.113.0>},
                             {id,lager},
                             {mfargs,{gen_event,start_link,[{local,lager_event}]}},
                             {restart_type,permanent},
                             {shutdown,5000},
                             {child_type,worker}]
      Signed-off-by: default avatarBrian L. Troutwine <brian@troutwine.us>
      03cd9556
  7. 10 Mar, 2016 1 commit
  8. 27 Jan, 2016 3 commits
  9. 26 Jan, 2016 3 commits
  10. 25 Jan, 2016 2 commits
  11. 20 Jan, 2016 3 commits
  12. 19 Jan, 2016 6 commits
  13. 15 Jan, 2016 1 commit
  14. 11 Jan, 2016 2 commits
  15. 29 Dec, 2015 4 commits
  16. 18 Dec, 2015 1 commit
  17. 17 Dec, 2015 2 commits
  18. 10 Dec, 2015 1 commit
  19. 09 Dec, 2015 1 commit
  20. 04 Dec, 2015 1 commit