Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest #58151

Closed
VincentBu opened this issue Aug 26, 2021 · 3 comments
Assignees
Labels
arch-x86 area-System.Threading os-windows untriaged New issue has not been triaged by the area owner

Comments

@VincentBu
Copy link
Contributor

Run: runtime 20210825.48

Failed test:

net6.0-windows-Release-x86-CoreCLR_release-Windows.7.Amd64.Open

- ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest

Error message:

System.AggregateException : changeInCompletedWorkItemCount: 1 (Assert.InRange() Failure
Range:  (0 - 60000)
Actual: 60015)
---- Assert.InRange() Failure
Range:  (0 - 60000)
Actual: 60015


Stack trace
   at ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest() in /_/src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_IntegrationTests.netcoreapp.cs:line 29
----- Inner Stack Trace -----
   at System.Threading.Tests.ThreadTestHelpers.WaitForConditionWithCustomDelay(Func`1 condition, Action delay) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 147
   at System.Threading.Tests.ThreadTestHelpers.WaitForCondition(Func`1 condition) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 117
   at ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest() in /_/src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_IntegrationTests.netcoreapp.cs:line 20
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Threading untriaged New issue has not been triaged by the area owner labels Aug 26, 2021
@ghost
Copy link

ghost commented Aug 26, 2021

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime 20210825.48

Failed test:

net6.0-windows-Release-x86-CoreCLR_release-Windows.7.Amd64.Open

- ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest

Error message:

System.AggregateException : changeInCompletedWorkItemCount: 1 (Assert.InRange() Failure
Range:  (0 - 60000)
Actual: 60015)
---- Assert.InRange() Failure
Range:  (0 - 60000)
Actual: 60015


Stack trace
   at ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest() in /_/src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_IntegrationTests.netcoreapp.cs:line 29
----- Inner Stack Trace -----
   at System.Threading.Tests.ThreadTestHelpers.WaitForConditionWithCustomDelay(Func`1 condition, Action delay) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 147
   at System.Threading.Tests.ThreadTestHelpers.WaitForCondition(Func`1 condition) in /_/src/libraries/Common/tests/System/Threading/ThreadTestHelpers.cs:line 117
   at ThreadPoolBoundHandleTests.MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest() in /_/src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_IntegrationTests.netcoreapp.cs:line 20
Author: VincentBu
Assignees: -
Labels:

arch-x86, area-System.Threading, os-windows, untriaged

Milestone: -

@mangod9
Copy link
Member

mangod9 commented Sep 1, 2021

@kouvel, this appears to be a test issue?

@kouvel
Copy link
Member

kouvel commented Sep 1, 2021

The test was disabled in #57957, #49700 is tracking the disabled test

@kouvel kouvel closed this as completed Sep 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Oct 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x86 area-System.Threading os-windows untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

3 participants