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 2015/04/20 06:58:58 UTC

[jira] [Updated] (LUCENE-6440) Show LuceneTestCase LiveIndexWriterConfig changes with deltas

     [ https://issues.apache.org/jira/browse/LUCENE-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-6440:
--------------------------------
    Attachment: LUCENE-6440.patch

here is a first stab.

> Show LuceneTestCase LiveIndexWriterConfig changes with deltas
> -------------------------------------------------------------
>
>                 Key: LUCENE-6440
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6440
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Robert Muir
>         Attachments: LUCENE-6440.patch
>
>
> With tests.verbose, each time the IWC is changed the whole thing is printed out. But this is overly verbose during indexing and does not show you what changed, so you have to stare hard at tons of IWC.toString()s and figure it out.
> Instead I think we should just show a diff?
> {noformat}
>    [junit4]   1> NOTE: LuceneTestCase: randomly changed IWC's live settings:
>    [junit4]   1> - ramBufferSizeMB=16.0
>    [junit4]   1> + ramBufferSizeMB=3.0
>    [junit4]   1> - maxBufferedDocs=308
>    [junit4]   1> + maxBufferedDocs=-1
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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