mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-25 10:13:45 +03:00
fix test_freeze
This commit is contained in:
parent
9891ccffaf
commit
6bea4cfc68
|
@ -63,7 +63,6 @@ class SystemPartTest(unittest.TestCase):
|
|||
# There can be other backups in the folder
|
||||
prev_backups = set(self._get_backups())
|
||||
parts[0].freeze()
|
||||
sleep(1)
|
||||
backups = set(self._get_backups())
|
||||
self.assertEqual(len(backups), len(prev_backups) + 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user