You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Additional context from @paulirwin: These tests rely on thread/task timing to assert properly, so there might be some thread or other contention causing them to take a while to begin or finish their queue. I'm wondering if these tests should be considered inconclusive if their counts aren't exact, rather than failures. They do succeed on GitHub actions for the same platforms.
The text was updated successfully, but these errors were encountered:
It looks like there is a problem with these tests on:
net9.0
x64, Windowsnet9.0
x64 Linuxnet6.0
x64 Windowshttps://dev.azure.com/LuceneNET-Temp/Lucene.NET/_build/results?buildId=2410&view=ms.vss-test-web.build-test-results-tab
Originally posted by @NightOwl888 in #1119 (comment)
Additional context from @paulirwin: These tests rely on thread/task timing to assert properly, so there might be some thread or other contention causing them to take a while to begin or finish their queue. I'm wondering if these tests should be considered inconclusive if their counts aren't exact, rather than failures. They do succeed on GitHub actions for the same platforms.
The text was updated successfully, but these errors were encountered: