NightOwl888 commented on PR #1119:
URL: https://github.com/apache/lucenenet/pull/1119#issuecomment-2609133593

   It looks like there is a problem with these tests on:
   
   - `net9.0` x64, Windows
   - `net9.0` x64 Linux
   - `net6.0` x64 Windows
   
   
https://dev.azure.com/LuceneNET-Temp/Lucene.NET/_build/results?buildId=2410&view=ms.vss-test-web.build-test-results-tab
   
   ```
   Expected: 1, Actual: 0
   (Test: 
Lucene.Net.Support.Threading.TestLimitedConcurrencyLevelTaskScheduler.TestGetActiveCount)
   
   
   To reproduce this test result:
   
   
   Option 1:
   
   
   Apply the following assembly-level attributes:
   
   
   [assembly: Lucene.Net.Util.RandomSeed("0x9054fc2057c057c9")]
   [assembly: NUnit.Framework.SetCulture("ia")]
   
   
   Option 2:
   
   
   Use the following .runsettings file:
   
   
   <RunSettings>
     <TestRunParameters>
       <Parameter name="tests:seed" value="0x9054fc2057c057c9" />
       <Parameter name="tests:culture" value="ia" />
     </TestRunParameters>
   </RunSettings>
   Option 3:
   
   
   Create the following lucene.testsettings.json file somewhere between the 
test assembly and the root of your drive:
   
   
   {
   "tests": {
   "seed": "0x9054fc2057c057c9",
   "culture": "ia"
   }
   }
   
   
   Fixture Test Values
   
   Random Seed:           0x9054fc2057c057c9
   Culture:               ia
   Time Zone:             (UTC-04:00) Georgetown, La Paz, Manaus, San Juan
   Default Codec:         Lucene45 (Lucene45RWCodec)
   Default Similarity:    
RandomSimilarityProvider(queryNorm=False,coord=crazy): {}
   
   
   System Properties
   
   Nightly:               False
   Weekly:                False
   Slow:                  True
   Awaits Fix:            False
   Directory:             random
   Verbose:               False
   Random Multiplier:     1
   ```
   -------------------------
   
   ```
   Expected: 1, Actual: 0
   (Test: 
Lucene.Net.Support.Threading.TestLimitedConcurrencyLevelTaskScheduler.TestGetCompletedTaskCount)
   
   
   To reproduce this test result:
   
   
   Option 1:
   
   
   Apply the following assembly-level attributes:
   
   
   [assembly: Lucene.Net.Util.RandomSeed("0x9054fc2057c057c9")]
   [assembly: NUnit.Framework.SetCulture("ia")]
   
   
   Option 2:
   
   
   Use the following .runsettings file:
   
   
   <RunSettings>
     <TestRunParameters>
       <Parameter name="tests:seed" value="0x9054fc2057c057c9" />
       <Parameter name="tests:culture" value="ia" />
     </TestRunParameters>
   </RunSettings>
   Option 3:
   
   
   Create the following lucene.testsettings.json file somewhere between the 
test assembly and the root of your drive:
   
   
   {
   "tests": {
   "seed": "0x9054fc2057c057c9",
   "culture": "ia"
   }
   }
   
   
   Fixture Test Values
   
   Random Seed:           0x9054fc2057c057c9
   Culture:               ia
   Time Zone:             (UTC-04:00) Georgetown, La Paz, Manaus, San Juan
   Default Codec:         Lucene45 (Lucene45RWCodec)
   Default Similarity:    
RandomSimilarityProvider(queryNorm=False,coord=crazy): {}
   
   
   System Properties
   
   Nightly:               False
   Weekly:                False
   Slow:                  True
   Awaits Fix:            False
   Directory:             random
   Verbose:               False
   Random Multiplier:     1
   
   ```
   


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to