-
Notifications
You must be signed in to change notification settings - Fork 393
Description
Is there an existing issue for the same bug?
- I have checked the existing issues.
Version or Commit ID
Other environment information
Actual behavior and How to reproduce it
when running ci restart_test/test_cleanup.py:
python/restart_test/test_cleanup.py::TestCleanup::test_cleanuped_index[infinity_runner0-columns0-indexes0-gen] FAILED
=================================== FAILURES ===================================
___ TestCleanup.test_cleanuped_index[infinity_runner0-columns0-indexes0-gen] ___
python/restart_test/test_cleanup.py:199: in test_cleanuped_index
part1()
python/restart_test/infinity_runner.py:192: in wrapper
return f(infinity_obj, *args, **kwargs)
python/restart_test/test_cleanup.py:187: in part1
assert self.files_num(dropped_dirs) == 0
E AssertionError: assert 1 == 0
E + where 1 = files_num([PosixPath('/var/infinity/data/db_1/tbl_0/idx_1')])
E + where files_num = <test_cleanup.TestCleanup object at 0x7885a1adcb20>.files_num
Expected behavior
No response
Additional information
No response