Revision e9c8deab test/ganeti.asyncnotifier_unittest.py

b/test/ganeti.asyncnotifier_unittest.py
57 57
                                                          self.cbk[i],
58 58
                                                          self.chk_files[i])
59 59
                      for i in range(len(self.NOTIFIERS))]
60
    self.notifiers = [asyncnotifier.AsyncNotifier(self.wms[i],
61
                                                  self.ihandler[i])
60
    self.notifiers = [asyncnotifier.ErrorLoggingAsyncNotifier(self.wms[i],
61
                                                              self.ihandler[i])
62 62
                       for i in range(len(self.NOTIFIERS))]
63 63
    # TERM notifier is enabled by default, as we use it to get out of the loop
64 64
    self.ihandler[self.NOTIFIER_TERM].enable()

Also available in: Unified diff