I've got a consistent test failure on Solr source code checked out from svn. The same thing happens with 3.3 and branch_3x. I have information saved from the failures on branch_3x, which I have gotten to to fail about a dozen times in a row. It fails on a test called TestSqlEntityProcessorDelta, part of the dataimporthandler tests. It is consistently reproducible in a shorter timeframe than normal with the following commandline:

ant test -Dtestcase=TestSqlEntityProcessorDelta

Comprehensive ant output here, from a full test run:

http://pastebin.com/eyAt8Qg8

Platform information:

[root@idxst0-a solr]# uname -a
Linux idxst0-a 2.6.18-238.12.1.el5.centos.plusxen #1 SMP Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@idxst0-a solr]# cat /etc/redhat-release
CentOS release 5.6 (Final)
[root@idxst0-a solr]# java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

[root@idxst0-a yum.repos.d]# yum repolist
Loaded plugins: fastestmirror, protectbase
Loading mirror speeds from cached hostfile
 * addons: mirror.san.fastserv.com
 * base: mirrors.tummy.com
 * centosplus: mirror.san.fastserv.com
 * contrib: mirror.san.fastserv.com
 * epel: mirrors.xmission.com
 * extras: mirrors.xmission.com
 * jpackage-generic: jpackage.netmindz.net
 * jpackage-generic-nonfree: www.mirrorservice.org
 * jpackage-generic-nonfree-updates: www.mirrorservice.org
 * jpackage-generic-updates: jpackage.netmindz.net
 * jpackage-rhel: jpackage.netmindz.net
 * jpackage-rhel-updates: jpackage.netmindz.net
 * rpmforge: fr2.rpmfind.net
 * updates: mirrors.tummy.com

Reply via email to