You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/08/17 20:20:27 UTC

[jira] [Created] (SOLR-2715) TestJMXSolrIntegration fails

TestJMXSolrIntegration fails
----------------------------

                 Key: SOLR-2715
                 URL: https://issues.apache.org/jira/browse/SOLR-2715
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.4
            Reporter: Robert Muir


Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086492#comment-13086492 ] 

Robert Muir commented on SOLR-2715:
-----------------------------------

{noformat}
    [junit] Testsuite: org.apache.solr.core.TestJmxIntegration
    [junit] Testcase: testJmxOnCoreReload(org.apache.solr.core.TestJmxIntegration):	FAILED
    [junit] Number of registered MBeans is not the same as info registry size expected:<56> but was:<50>
    [junit] junit.framework.AssertionFailedError: Number of registered MBeans is not the same as info registry size expected:<56> but was:<50>
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1339)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1241)
    [junit] 	at org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload(TestJmxIntegration.java:137)
    [junit] 
    [junit] 
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 2.158 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] NOTE: reproduce with: ant test -Dtestcase=TestJmxIntegration -Dtestmethod=testJmxOnCoreReload -Dtests.seed=-4e5812346ffee146:-268851c422fba7f6:-55d2921d6d3e0d8d
    [junit] NOTE: test params are: locale=ms, timezone=America/Recife
    [junit] NOTE: all tests run in this JVM:
    [junit] [MinimalSchemaTest, SolrInfoMBeanTest, TestArabicFilters, TestBrazilianStemFilterFactory, TestDelimitedPayloadTokenFilterFactory, TestGermanMinimalStemFilterFactory, TestGreekStemFilterFactory, TestHyphenatedWordsFilter, TestIndonesianStemFilterFactory, TestReversedWildcardFilterFactory, TestShingleFilterFactory, TestThaiWordFilterFactory, RequestHandlersTest, TestJmxIntegration]
    [junit] NOTE: Linux 2.6.38-10-generic amd64/Sun Microsystems Inc. 1.6.0_24 (64-bit)/cpus=8,threads=1,free=249053128,total=350289920
    [junit] ------------- ---------------- ---------------
    [junit] TEST org.apache.solr.core.TestJmxIntegration FAILED
{noformat}

> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Robert Muir (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141918#comment-13141918 ] 

Robert Muir commented on SOLR-2715:
-----------------------------------

Also this test writes lucene indexes to /solr/core/src/test-files/solr/data.

This folder is a *source folder*, but is svn ignored, and not cleaned up by ant clean.

The fact that it does this is extremely confusing if you change the index format.
                
> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Steven Rowe (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129764#comment-13129764 ] 

Steven Rowe commented on SOLR-2715:
-----------------------------------

This shows up regularly on Jenkins, both trunk and branch_3x, e.g. [https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/656/], [https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/10891/].
                
> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086500#comment-13086500 ] 

Mark Miller commented on SOLR-2715:
-----------------------------------

I see this too - I think I put a pause in there once before to make it go away - but now I have this faster computer and I still see it sometimes. If I remember right, something from jmx is asyncly taking too long and the test assumes its not async.

> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114684#comment-13114684 ] 

Mark Miller commented on SOLR-2715:
-----------------------------------

I did put a pause, but it got refactored out - looks like it still needs one for some devs. Something going on here is async.

> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2715) TestJMXSolrIntegration fails

Posted by "Greg Bowyer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264192#comment-13264192 ] 

Greg Bowyer commented on SOLR-2715:
-----------------------------------

Could this be down to the fork mode on the test, since the platform mbean server is shared across all tests and thus not reinitialised ?
                
> TestJMXSolrIntegration fails
> ----------------------------
>
>                 Key: SOLR-2715
>                 URL: https://issues.apache.org/jira/browse/SOLR-2715
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> Running the tests, this test fails (in a non-reproducible way). There might be some sort of timing issue here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org