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 2012/05/17 18:50:08 UTC

[jira] [Created] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

Robert Muir created LUCENE-4066:
-----------------------------------

             Summary: TestDocumentsWriterDeleteQueue failure
                 Key: LUCENE-4066
                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Robert Muir


ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] [Updated] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer updated LUCENE-4066:
------------------------------------

    Attachment: LUCENE-4066.patch

new patch that fixes the test. I don't think we need to change DWPTQueue here
                
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>         Attachments: LUCENE-4066.patch, LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

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

Robert Muir commented on LUCENE-4066:
-------------------------------------

+1 to commit... this is better: i didnt want to really change DWPTQueue just to fix the test.
                
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-4066.patch, LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] [Updated] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

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

Robert Muir updated LUCENE-4066:
--------------------------------

    Attachment: LUCENE-4066.patch

I think this is a bug in the test? It should be using unique terms from buffered deletes, not number of term deletes since it compares with a hashset<Term> ?
                
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer resolved LUCENE-4066.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
    Lucene Fields: New,Patch Available  (was: New)

its a test bug - pretty straight forward patch. I committed that to trunk. Thanks for reporting
                
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-4066.patch, LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278054#comment-13278054 ] 

Michael McCandless commented on LUCENE-4066:
--------------------------------------------

+1
                
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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] [Assigned] (LUCENE-4066) TestDocumentsWriterDeleteQueue failure

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer reassigned LUCENE-4066:
---------------------------------------

    Assignee: Simon Willnauer
    
> TestDocumentsWriterDeleteQueue failure
> --------------------------------------
>
>                 Key: LUCENE-4066
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4066
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>         Attachments: LUCENE-4066.patch
>
>
> ant test -Dtestcase=TestDocumentsWriterDeleteQueue -Dtests.method=testUpdateDelteSlices -Dtests.seed=37979D1CE2E7BD80 -Dtests.locale=nl_BE -Dtests.timezone=US/Mountain -Dtests.multiplier=3 -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