NightOwl888 commented on issue #296:
URL: https://github.com/apache/lucenenet/issues/296#issuecomment-693725221


   Could someone please provide a minimal example I can run? Even with the 
descriptions here, there is not enough info to piece together both the code and 
the data to reproduce this without research and trial and err. There is 
probably a test that is similar enough to what you are doing in 
[`TestWildcard`](https://github.com/apache/lucenenet/blob/fc2da940da3ca32c2fe6ae9caf69f36b69f3de7f/src/Lucene.Net.Tests/Search/TestWildcard.cs)
 to use as a starting point, just modify it accordingly and post it here so we 
can run it. If you need to, use the `[Repeat]` attribute to run it multiple 
times to force a failure.
   
   Also, what platform is this happening on and is this x86 or x64?
   
   Note there are now [8 known failing 
tests](https://github.com/apache/lucenenet/issues/269) on .NET Framework under 
x86 in 4.8.0-beta00011 and prior, several of which relate to `FuzzyTermsEnum` 
and `TopTermsRewrite`. These test failures go away with optimizations disabled, 
indicating they are likely JIT optimization bugs of some kind. Even in 
4.8.0-beta00012 there are still 4 tests failing, and it will be difficult to 
pin these down because the failures are not happening in debug mode. These 
tests do not fail on .NET Core/x86 or on .NET Framework/x64.
   
   4.8.0-beta00012 can be downloaded at 
https://dist.apache.org/repos/dist/dev/lucenenet/ (it is currently pending the 
[release vote](https://lucenenet.apache.org/contributing/make-release.html), 
which takes 72 hours). Could someone please confirm this problem still exists 
on 4.8.0-beta00012?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to