Robert Muir created LUCENE-6440:
-----------------------------------

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


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]

Reply via email to