Thanks for the quick response. I installed the patch, on the first run, I got:
================================================ warnings summary ================================================ t2_block_cache.py::TestBackendPool cannot collect test class 'TestBackendPool' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============================== 252 passed, 24 skipped, 1 warnings in 109.78 seconds ============================== on the second one, I got: ==================================================== FAILURES ==================================================== _________________________________________________ test_retrieve __________________________________________________ Traceback (most recent call last): File "/home/alx/install/build/s3ql-2.21/tests/t3_verify.py", line 96, in test_retrieve thread_count=1, full=False) File "/usr/lib/python3.4/contextlib.py", line 66, in __exit__ next(self.gen) File "/home/alx/install/build/s3ql-2.21/tests/pytest_checklogs.py", line 71, in assert_logs % (count, pattern, handler.count)) AssertionError: Expected to catch 1 '^Object %d is corrupted' messages, but got only 0 ---------------------------------------------- Captured stdout call ---------------------------------------------- ..processed 0 objects (0.00%) so far.. ----------------------------------------------- Captured log call ------------------------------------------------ verify.py 118 INFO Reading all objects... verify.py 215 WARNING Backend seems to have lost object 22 verify.py 181 INFO Verified all 3 storage objects. ================================================ warnings summary ================================================ t2_block_cache.py::TestBackendPool cannot collect test class 'TestBackendPool' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ========================== 1 failed, 242 passed, 1 skipped, 1 warnings in 51.21 seconds ========================== Will the next version solve this issues? When will it come out? Thanks. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
