Opened 13 years ago

Closed 13 years ago

#529 closed defect (invalid)

leak_mset_items test fails for Python bindings on Windows

Reported by: Charlie Hull Owned by: Richard Boulton
Priority: normal Milestone:
Component: Xapian-bindings (Python) Version: SVN trunk
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: Microsoft Windows

Description (last modified by jbergstroem)

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():

Change History (7)

comment:1 by jbergstroem, 13 years ago

Description: modified (diff)

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

comment:2 by Olly Betts, 13 years ago

jbergstroem: Thanks, that sounds like it could well be related.

charliejuggler: What Python version is that with?

comment:3 by Charlie Hull, 13 years ago

Python 2.4

comment:4 by Olly Betts, 13 years ago

So not specific to Python 2.7 then.

Not sure what to do, other than disable this testcase, which seems a shame. Richard: Any thoughts?

comment:5 by Charlie Hull, 13 years ago

Resolution: fixed
Status: newclosed

Due to not having an up-to-date modern/xapian_wrap.cc - updated this from a snapshot and all tests pass, so closing this bug.

comment:6 by Olly Betts, 13 years ago

Resolution: fixed
Status: closedreopened

comment:7 by Olly Betts, 13 years ago

Resolution: invalid
Status: reopenedclosed

Changing resolution to invalid, since this wasn't a bug in Xapian.

Note: See TracTickets for help on using tickets.