[
https://issues.apache.org/jira/browse/LUCENE-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502977#comment-14502977
]
ASF subversion and git services commented on LUCENE-6440:
---------------------------------------------------------
Commit 1674912 from [~rcmuir] in branch 'dev/trunk'
[ https://svn.apache.org/r1674912 ]
LUCENE-6440: Show LuceneTestCase LiveIndexWriterConfig changes with deltas
> 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: [email protected]
For additional commands, e-mail: [email protected]