Description

On my test environment I have currently problems to test for xapian issues because a newly created page seems not to go into the index.

It does if I do force 20 times a do_queued_updates

   1         for page, text in self.pages.iteritems():
   2             if text:
   3                 create_page(self.request, page, text)
   4                 for cnt in range(20):
   5                     XapianIndex(self.request).do_queued_updates()

I have no idea if that also is a problem on a real wiki

Steps to reproduce

  1. do this...

Example

Component selection

Details

MoinMoin Version

1.9.2 dev

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

debugging script to test for it debug_index_and_nuke.py

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.9.2XapianIndexUpdate (last edited 2010-03-07 19:29:23 by ReimarBauer)