You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2011/09/02 00:12:11 UTC

Re: Test failures on lucene_solr_3_3 and branch_3x

: 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

Shawn: sorry for hte late reply.

I can't reproduce your specific problem, but the test in question is 
suspiciously hinky enough taht i took a stab at making it work a little 
cleaner...

	https://issues.apache.org/jira/browse/SOLR-2739

..can you try running "ant test -Dtestcase=TestSqlEntityProcessorDelta" 
a few times on the updated 3x branch and comment in the issue about the 
results.

particularly: do you get any failures? if not, do you get any messages in 
the log about asumptions failing?

if you do: can you tell us more about the filesystem you are using?

-Hoss

Re: Test failures on lucene_solr_3_3 and branch_3x

Posted by Shawn Heisey <so...@elyograg.org>.
On 9/2/2011 10:25 AM, Shawn Heisey wrote:
>> if you do: can you tell us more about the filesystem you are using?
> I am building this on an NFSv3 filesystem.  The NFS server is a 
> Solaris 10 cluster, the underlying filesystem is ZFS, on a 
> fiberchannel SAN.  I will check out the tree onto a local ext3 
> filesystem and try it again.

Still a consistent failure, two different systems, not failing on the 
new assumeTrue lines you added.  When it's not on NFS, it sure builds a 
lot faster. :)

The first one is the same as before, it's CentOS 5.6 running in a Xen 
VM, ext3 filesystem.  The second one is CentOS 6, 
2.6.18-238.12.1.el5.centos.plusxen, no virtualization, ext4 on LVM.  
Oracle java version is 1.6.0_26 64bit on both.  On the CentOS 5.6 
machine, ant and junit come from jpackage 5, on CentOS 6 I have base, 
contrib, centosplus, epel, extras, rpmforge, and rpmforge-extras.

Thanks,
Shawn


Re: Test failures on lucene_solr_3_3 and branch_3x

Posted by Shawn Heisey <so...@elyograg.org>.
On 9/1/2011 4:12 PM, Chris Hostetter wrote:
> : 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
>
> Shawn: sorry for hte late reply.
>
> I can't reproduce your specific problem, but the test in question is
> suspiciously hinky enough taht i took a stab at making it work a little
> cleaner...
>
> 	https://issues.apache.org/jira/browse/SOLR-2739
>
> ..can you try running "ant test -Dtestcase=TestSqlEntityProcessorDelta"
> a few times on the updated 3x branch and comment in the issue about the
> results.
>
> particularly: do you get any failures? if not, do you get any messages in
> the log about asumptions failing?
>
> if you do: can you tell us more about the filesystem you are using?

I replied to the Jira issue yesterday, but didn't see this until today.

The failure looks to be the same, failing on this line:

       assertQ(req("id:1"), "//*[@numFound='0']");

I am building this on an NFSv3 filesystem.  The NFS server is a Solaris 
10 cluster, the underlying filesystem is ZFS, on a fiberchannel SAN.  I 
will check out the tree onto a local ext3 filesystem and try it again.

Thanks,
Shawn