Hi Brian, Please try quote the email that you are actually responding to, and don't top-quote. Thanks!
Brian Pribis <[email protected]> writes: >> Compiled s3ql 2.8.1 on ubuntu 14.04. I get a fail on my tests like: >> >> Exception ignored in: <bound method BlockCache.__del__ of >> <s3ql.block_cache.BlockCache object at 0xb65cd24c>> >> Traceback (most recent call last): >> File "/mnt/netshare/home/brian/s3ql-2.8.1/src/s3ql/block_cache.py", line >> 923, in __del__ >> raise RuntimeError("BlockManager instance was destroyed without >> calling destroy()!") >> RuntimeError: BlockManager instance was destroyed without calling >> destroy()! > > Sorry, I could have been more clear. That error happens at the END of the > tests. I don't believe a test is failing per se. Nothing is flagged as > failed, anyway (191 passed, 103 skipped in 63.60 seconds). This looks like > it is something to do with cleanup. Could you try to run the test files one by one, to see which one produces the error at cleanup? So instead of # ./runtests.py tests/ do something like # for file in tests/t?_*.py; do echo Running ${file} ./runtests.py ${file} sleep 5 done Thanks! -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- 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.
