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 (Created) (JIRA)" <ji...@apache.org> on 2012/04/07 20:08:15 UTC

[jira] [Created] (SOLR-3340) MBeansHandlerTest fail (reproducable)

MBeansHandlerTest fail (reproducable)
-------------------------------------

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


ant test -Dtestcase=MBeansHandlerTest -Dtestmethod=testDiff -Dtests.seed=27d371738f445cbb:2b2027ac0f5fd0bf:-32d4ecfbc56c868c -Dargs="-Dfile.encoding=UTF-8"

--
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-3340) MBeansHandlerTest fail (reproducable)

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

Robert Muir commented on SOLR-3340:
-----------------------------------

{noformat}
   [junit] Testcase: testDiff(org.apache.solr.handler.admin.MBeansHandlerTest):	Caused an ERROR
    [junit] expected:<...: 1, Now: 2, Delta: [1]> but was:<...: 1, Now: 2, Delta: [१]>
    [junit] org.junit.ComparisonFailure: expected:<...: 1, Now: 2, Delta: [1]> but was:<...: 1, Now: 2, Delta: [१]>
    [junit] 	at org.junit.Assert.assertEquals(Assert.java:125)
    [junit] 	at org.junit.Assert.assertEquals(Assert.java:147)
    [junit] 	at org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
    [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:63)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:754)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:670)
    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:591)
    [junit] 	at org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
    [junit] 	at org.apache.lucene.util.LuceneTestCase$SaveThreadAndTestNameRule$1.evaluate(LuceneTestCase.java:642)
    [junit] 	at org.junit.rules.RunRules.evaluate(RunRules.java:18)
    [junit] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
    [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
    [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
    [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
    [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
    [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
    [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:63)
    [junit] 	at org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
    [junit] 	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:38)
    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
    [junit] 	at org.junit.rules.RunRules.evaluate(RunRules.java:18)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] 
    [junit] 
    [junit] Test org.apache.solr.handler.admin.MBeansHandlerTest FAILED
{noformat}
                
> MBeansHandlerTest fail (reproducable)
> -------------------------------------
>
>                 Key: SOLR-3340
>                 URL: https://issues.apache.org/jira/browse/SOLR-3340
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> ant test -Dtestcase=MBeansHandlerTest -Dtestmethod=testDiff -Dtests.seed=27d371738f445cbb:2b2027ac0f5fd0bf:-32d4ecfbc56c868c -Dargs="-Dfile.encoding=UTF-8"

--
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] [Resolved] (SOLR-3340) MBeansHandlerTest fail (reproducable)

Posted by "Robert Muir (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved SOLR-3340.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
    
> MBeansHandlerTest fail (reproducable)
> -------------------------------------
>
>                 Key: SOLR-3340
>                 URL: https://issues.apache.org/jira/browse/SOLR-3340
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 4.0
>
>
> ant test -Dtestcase=MBeansHandlerTest -Dtestmethod=testDiff -Dtests.seed=27d371738f445cbb:2b2027ac0f5fd0bf:-32d4ecfbc56c868c -Dargs="-Dfile.encoding=UTF-8"

--
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-3340) MBeansHandlerTest fail (reproducable)

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

Robert Muir commented on SOLR-3340:
-----------------------------------

This is a bug in SolrInfoMBeanHandler.

Its using a localized NumberFormat: this is bogus. Ill fix
                
> MBeansHandlerTest fail (reproducable)
> -------------------------------------
>
>                 Key: SOLR-3340
>                 URL: https://issues.apache.org/jira/browse/SOLR-3340
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> ant test -Dtestcase=MBeansHandlerTest -Dtestmethod=testDiff -Dtests.seed=27d371738f445cbb:2b2027ac0f5fd0bf:-32d4ecfbc56c868c -Dargs="-Dfile.encoding=UTF-8"

--
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-3340) MBeansHandlerTest fail (reproducable)

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

Ryan McKinley commented on SOLR-3340:
-------------------------------------

thanks robert
                
> MBeansHandlerTest fail (reproducable)
> -------------------------------------
>
>                 Key: SOLR-3340
>                 URL: https://issues.apache.org/jira/browse/SOLR-3340
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 4.0
>
>
> ant test -Dtestcase=MBeansHandlerTest -Dtestmethod=testDiff -Dtests.seed=27d371738f445cbb:2b2027ac0f5fd0bf:-32d4ecfbc56c868c -Dargs="-Dfile.encoding=UTF-8"

--
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