[Xapian-tickets] [Xapian] #529: leak_mset_items test fails for Python bindings on Windows

Xapian nobody at xapian.org
Fri Jan 7 18:46:41 GMT 2011


#529: leak_mset_items test fails for Python bindings on Windows
--------------------------------------+-------------------------------------
 Reporter:  charliejuggler            |       Owner:  richard          
     Type:  defect                    |      Status:  new              
 Priority:  normal                    |   Milestone:                   
Component:  Xapian-bindings (Python)  |     Version:  SVN trunk        
 Severity:  normal                    |    Keywords:                   
Blockedby:                            |    Platform:  Microsoft Windows
 Blocking:                            |  
--------------------------------------+-------------------------------------

Old description:

> {{{
> Running test: leak_mset_items... FAILED
>
> pythontest2.py:1521:Expected equality: got 7731, expected 7732
>   1519     gc.collect()
>   1520
> ->1521     expect(object_count, len(gc.get_objects()))
>   1522
>   1523 def test_custom_matchspy():
> }}}

New description:

 {{{
 Running test: leak_mset_items... FAILED

 pythontest2.py:1521:Expected equality: got 7731, expected 7732
   1519     gc.collect()
   1520
 ->1521     expect(object_count, len(gc.get_objects()))
   1522
   1523 def test_custom_matchspy():
 }}}

--

Comment(by jbergstroem):

 Perhaps related (and therefore not limited to windows)?
 https://bugs.gentoo.org/show_bug.cgi?id=349484

-- 
Ticket URL: <http://trac.xapian.org/ticket/529#comment:1>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list