Closed GoogleCodeExporter closed 9 years ago
The test could be simplified to:
def test_hanging_bug(self):
self.index.ready.set()
id_ = self.searcher.start_search(['words'])
results = self.searcher.get_results(id_)
results = self.searcher.get_results(id_)
It seems a problem that arises only when there are no results to a search
Original comment by gringotu...@gmail.com
on 25 Feb 2012 at 2:13
Fixed in revno 425.
Original comment by facundob...@gmail.com
on 15 Mar 2012 at 12:14
Original issue reported on code.google.com by
gringotu...@gmail.com
on 25 Feb 2012 at 2:05