You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "michael herndon (JIRA)" <ji...@apache.org> on 2011/07/01 22:39:28 UTC

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

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

michael herndon commented on LUCENENET-418:
-------------------------------------------

r1132085 under the Lucene.Net_2_9_4g branch.  The exception was removed. The static constructor still exists, but will be re-factored out at a later date.   The paths for the TestBackwardsCompatability tests were also fixed.  

> LuceneTestCase should not have a static method could throw exceptions.  
> ------------------------------------------------------------------------
>
>                 Key: LUCENENET-418
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-418
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Test
>    Affects Versions: Lucene.Net 3.x
>         Environment: Linux, OSX, etc 
>            Reporter: michael herndon
>            Assignee: michael herndon
>              Labels: test
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> Throwing an exception in a base classes for 90% tests in a static method makes it hard to debug the issue in nunit.
> The test results came back saying that TestFixtureSetup was causing an issue even though it was the Static Constructor causing problems and this then propagates to all the tests that stem from LuceneTestCase. 
> The TEMP_DIR needs to be moved to a static util class as a property or even a mixin method.  This caused me hours to debug and figure out the real issue as the underlying exception method never bubbled up.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira