Ensure recorder data integrity and MySQL lock error handling (#37228)
This commit is contained in:
parent
ac237ee10f
commit
79f131066c
2 changed files with 40 additions and 26 deletions
|
@ -224,6 +224,6 @@ class TestRecorderPurge(unittest.TestCase):
|
|||
self.hass.block_till_done()
|
||||
self.hass.data[DATA_INSTANCE].block_till_done()
|
||||
assert (
|
||||
mock_logger.debug.mock_calls[4][1][0]
|
||||
mock_logger.debug.mock_calls[5][1][0]
|
||||
== "Vacuuming SQL DB to free space"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue