Skip to content

Commit

Permalink
Test deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Jan 8, 2017
1 parent f643149 commit 42c88b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/recorder/__init__.py
Expand Up @@ -246,6 +246,8 @@ def purge_ticker(event):
self._commit(dbevent)

if event.event_type != EVENT_STATE_CHANGED:

assert False, "why does this deadlock (py34)?"
self.queue.task_done()
continue

Expand Down

0 comments on commit 42c88b5

Please sign in to comment.