Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 9719 invoked from network); 17 Oct 2010 12:41:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Oct 2010 12:41:50 -0000 Received: (qmail 1623 invoked by uid 500); 17 Oct 2010 12:41:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 1306 invoked by uid 500); 17 Oct 2010 12:41:45 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 1292 invoked by uid 99); 17 Oct 2010 12:41:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 12:41:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 12:41:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9HCfNJq015672 for ; Sun, 17 Oct 2010 12:41:23 GMT Message-ID: <9852598.8711287319283494.JavaMail.jira@thor> Date: Sun, 17 Oct 2010 08:41:23 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Created: (SOLR-2169) QueryElevationComponentTest.testInterface test failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 QueryElevationComponentTest.testInterface test failure ------------------------------------------------------ Key: SOLR-2169 URL: https://issues.apache.org/jira/browse/SOLR-2169 Project: Solr Issue Type: Bug Components: Build Affects Versions: 3.1, 4.0 Environment: Hudson Reporter: Robert Muir Fix For: 3.1, 4.0 Stacktrace: {noformat} [junit] Testsuite: org.apache.solr.handler.component.QueryElevationComponentTest [junit] Testcase: testInterface(org.apache.solr.handler.component.QueryElevationComponentTest): Caused an ERROR [junit] Exception during query [junit] java.lang.RuntimeException: Exception during query [junit] at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:343) [junit] at org.apache.solr.handler.component.QueryElevationComponentTest.testInterface(QueryElevationComponentTest.java:100) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:873) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:840) [junit] Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='0'] [junit] xml response was: [junit] [junit] 03*:*/elevatedismaxaaipodbbipod ipodccipod ipod ipodxxboostedyyboosted boostedzzboosted boosted boosted [junit] [junit] [junit] request was:q.alt=*:*&qt=/elevate&defType=dismax [junit] at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:336) [junit] [junit] [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.581 sec [junit] [junit] ------------- Standard Output --------------- [junit] NOTE: reproduce with: ant test -Dtestcase=QueryElevationComponentTest -Dtestmethod=testInterface -Dtests.seed=8921358208309552689:278255616409435903 [junit] NOTE: test params are: codec=MockSep, locale=fr, timezone=America/Indiana/Vevay [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] 17 oct. 2010 04:10:28 org.apache.solr.SolrTestCaseJ4 assertQ [junit] GRAVE: REQUEST FAILED: xpath=//*[@numFound='0'] [junit] xml response was: [junit] [junit] 03*:*/elevatedismaxaaipodbbipod ipodccipod ipod ipodxxboostedyyboosted boostedzzboosted boosted boosted [junit] [junit] [junit] request was:q.alt=*:*&qt=/elevate&defType=dismax [junit] 17 oct. 2010 04:10:28 org.apache.solr.common.SolrException log [junit] GRAVE: REQUEST FAILED: q.alt=*:*&qt=/elevate&defType=dismax:java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='0'] [junit] xml response was: [junit] [junit] 03*:*/elevatedismaxaaipodbbipod ipodccipod ipod ipodxxboostedyyboosted boostedzzboosted boosted boosted [junit] [junit] [junit] request was:q.alt=*:*&qt=/elevate&defType=dismax [junit] at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:336) [junit] at org.apache.solr.handler.component.QueryElevationComponentTest.testInterface(QueryElevationComponentTest.java:100) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:616) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) [junit] at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:48) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:873) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:840) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:236) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743) [junit] [junit] ------------- ---------------- --------------- [junit] TEST org.apache.solr.handler.component.QueryElevationComponentTest FAILED {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org