You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2012/06/03 13:19:23 UTC

[jira] [Commented] (LUCENE-4102) SuppressCodecs doesnt work with -Dtests.postingsformat

    [ https://issues.apache.org/jira/browse/LUCENE-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288143#comment-13288143 ] 

Dawid Weiss commented on LUCENE-4102:
-------------------------------------

Per-method cause from suite-level assumption failures is not reported at the moment (this is JUnit shortcoming that needs a workaround):
{noformat}
   [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
   [junit4] IGNORED 0.00s J3 | TestPostingsOffsets.testPayloads
   [junit4]    > Cause: Unknown reason for ignore status.
   [junit4] IGNORED 0.00s J3 | TestPostingsOffsets.testRandom
   [junit4]    > Cause: Unknown reason for ignore status.
   [junit4] IGNORED 0.00s J3 | TestPostingsOffsets.testBasic
   [junit4]    > Cause: Unknown reason for ignore status.
   [junit4] IGNORED 0.00s J3 | TestPostingsOffsets.testSkipping
   [junit4]    > Cause: Unknown reason for ignore status.
   [junit4] IGNORED 0.00s J3 | TestPostingsOffsets.testWithUnindexedFields
   [junit4]    > Cause: Unknown reason for ignore status.
   [junit4]    > Assumption #1: Class not allowed to use postings format: MockFixedIntBlock.
   [junit4] Completed on J3 in 0.06s, 5 tests, 5 skipped
{noformat}

I will try to fix this in the next tests' framework upgrade (needs a patch at the runner level).
                
> SuppressCodecs doesnt work with -Dtests.postingsformat
> ------------------------------------------------------
>
>                 Key: LUCENE-4102
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4102
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/test
>            Reporter: Robert Muir
>         Attachments: LUCENE-4102.patch, LUCENE-4102.patch
>
>
> As reported by Han on the mailing list: if you are running all tests with your postingsformat, but a test specifically ignores it, it doesnt work correctly.

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