Github user laimis commented on the pull request:
https://github.com/apache/lucenenet/pull/120#issuecomment-77141037
@synhershko I can confirm that they are. What I was doing was run Java
version side by side to make sure the tests did not rely on the instance
variables in any way. In Lucene, again they benefit from the test runner
initializing instance variables on each test run. In .NET that does not happen
and we end up getting failures like these instead:
http://teamcity.codebetter.com/viewLog.html?buildId=184897&tab=buildResultsDiv&buildTypeId=LuceneNet_Core#testNameId-4229341108728890812
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---