On Apr 11, 2006, at 2:08 PM, Yonik Seeley wrote:

On 4/11/06, Marvin Humphrey <[EMAIL PROTECTED]> wrote:
What do the failing tests have in common?

On TestIndexModifier, only a small portion of the deletions fail, and
they're all for fairly high values of delId -- sometimes the highest,
but not always.  For RangeFilter and ConstantScoreRangeQuery, it's
the "find all" tests, and only those, that fail.  They find 0 docs
instead of 10001.

I guess they would all use a TermEnum to find terms (but many tests do
that), so it could just be luck or tests that have a large enough
number of terms to hit a bug.

FYI, ConstantScoreRangeQuery uses a RangeFilter.

Ah, good. The problem is 100% reproducible, and curiously it only happens with find *all*. "all but last", "all but first" and "all but ends" pass!

Marvin Humphrey
Rectangular Research
http://www.rectangular.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to