Shazwazza commented on pull request #325:
URL: https://github.com/apache/lucenenet/pull/325#issuecomment-672466206


   Just ran it again and get a different failure. I'm going to close the 
solution, rebuild and re-run and see what happens, not sure if these are false 
positives or not.
   
   ##  TestICUTokenizerCJK.cs
   
   ### TestRandomStrings
   
   ```
   Test Name:   TestRandomStrings
   Test Outcome:        Failed
   Result Message:      
   Multiple failures or warnings in test:
     1) Expected: 〹〤, Actual: 〹
   
   term 1, output[i] = 〹〤, termAtt = 〹
     2) Thread threw exception: NUnit.Framework.AssertionException: Expected: 
〹〤, Actual: 〹
   
   term 1, output[i] = 〹〤, termAtt = 〹
      at NUnit.Framework.Assert.ReportFailure(String message)
      at NUnit.Framework.Assert.Fail(String message, Object[] args)
      at 
Lucene.Net.Analysis.BaseTokenStreamTestCase.AssertTokenStreamContents(TokenStream
 ts, String[] output, Int32[] startOffsets, Int32[] endOffsets, String[] types, 
Int32[] posIncrements, Int32[] posLengths, Nullable`1 finalOffset, Nullable`1 
finalPosInc, Boolean[] keywordAtts, Boolean offsetsAreCorrect, Byte[][] 
payloads) in 
C:\Users\Shannon\Documents\_Projects\Lucene.Net\Lucenenet.4.x-copy\src\Lucene.Net.TestFramework\Analysis\BaseTokenStreamTestCase.cs:line
 147
      at 
Lucene.Net.Analysis.BaseTokenStreamTestCase.CheckAnalysisConsistency(Random 
random, Analyzer a, Boolean useCharFilter, String text, Boolean 
offsetsAreCorrect, Field field) in 
C:\Users\Shannon\Documents\_Projects\Lucene.Net\Lucenenet.4.x-copy\src\Lucene.Net.TestFramework\Analysis\BaseTokenStreamTestCase.cs:line
 1248
      at Lucene.Net.Analysis.BaseTokenStreamTestCase.CheckRandomData(Random 
random, Analyzer a, Int32 iterations, Int32 maxWordLength, Boolean 
useCharFilter, Boolean simple, Boolean offsetsAreCorrect, RandomIndexWriter iw) 
in 
C:\Users\Shannon\Documents\_Projects\Lucene.Net\Lucenenet.4.x-copy\src\Lucene.Net.TestFramework\Analysis\BaseTokenStreamTestCase.cs:line
 928
      at Lucene.Net.Analysis.BaseTokenStreamTestCase.AnalysisThread.Run() in 
C:\Users\Shannon\Documents\_Projects\Lucene.Net\Lucenenet.4.x-copy\src\Lucene.Net.TestFramework\Analysis\BaseTokenStreamTestCase.cs:line
 716
   Result StandardOutput:       
   Culture: ru-KZ
   Time Zone: (UTC+04:00) Astrakhan, Ulyanovsk
   Default Codec: CheapBastard (CheapBastardCodec)
   Default Similarity: RandomSimilarityProvider(queryNorm=False,coord=crazy): {}
   Nightly: False
   Weekly: False
   Slow: True
   Awaits Fix: False
   Directory: random
   Verbose: False
   Random Multiplier: 1
   Result StandardError:        TEST FAIL: useCharFilter=False 
text='\u300f\u3011\u302b\u3039\u3039\u3024 
\uc58a\u0010\ud815\udd05\ucc84\uc07e bpy'
   ``


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