On Friday, May 2, 2014 11:09:35 PM UTC-4, Nikolaus Rath wrote:
>
> Hi Brian, 
>
> Please try quote the email that you are actually responding to, and 
> don't top-quote. Thanks! 

 
>

> Brian Pribis <[email protected] <javascript:>> 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 
>
>
>

t2_block_cache.py  runs, and ends before seeing the error.  Then the next 
test starts.


=================================== 12 passed, 1 skipped in 21.37 seconds 
===================================
Exception ignored in: <bound method BlockCache.__del__ of 
<s3ql.block_cache.BlockCache object at 0xb683d1ec>>
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()!


b--


 

-- 
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.

Reply via email to