On Wed, 13 Feb 2013, Robert Muir wrote:
On Tue, Feb 12, 2013 at 3:11 AM, Andi Vajda <va...@apache.org> wrote:
I then found that the test case from hell, TestSort.java, has majorly
changed again and test_Sort.py needs to be ported again. Sigh.
Andi..
I'm not laughing at your expense Andi... but this made me laugh out
loud multiple times today.
I've done battle with this thing several times, I feel like I always lose!
I found lines 170 - 195 particularly clever :-)
Jokes aside, I did spend a bunch of time of yesterday battling with the
unspelled assumptions made in the Lucene random number generation code in
the Lucene test framework. In particular, it seems that it expects different
threads, sometimes, to get the same random values, no ? (I'm using Python's
random number generator in PyLucene).
The field cache sanity checker would otherwise complain, sometimes...
Andi..