[ https://issues.apache.org/jira/browse/LUCENENET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779498#action_12779498 ]
Michael Garski commented on LUCENENET-279: ------------------------------------------ It doesn't fail in Java as the argument can be null depending on the collection implementation while in .NET it will always throw an exception. > TestIndexWriter.TestExceptionOnMergeInit hangs > ---------------------------------------------- > > Key: LUCENENET-279 > URL: https://issues.apache.org/jira/browse/LUCENENET-279 > Project: Lucene.Net > Issue Type: Bug > Reporter: Michael Garski > Attachments: LUCENENET-279.patch > > > The patch in LUCENENET-257 causes the assertion to pass > [Assert.IsTrue(w.failed);], however the following call to w.Close() now hangs > due to runningMerges.Count > 0. Comparing to Java version and will post a > patch shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.