-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest frequent failures #49700
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
…d more info about failures - Not sure why it would be failing. The test seems to be calling a different sub-test method than intended. Fixed that, updated the test to use a different temp file name in case the two relevant tests run in parallel, and added more info if it happens to fail again. - Closes dotnet#47979 - Closes dotnet#49700
@kouvel I've hit that in #57717 From logs:
FWIW It's Windows 7, x86 |
…nsOverSingleHandle_CompletedWorkItemCountTest` - Not sure what would be causing it, disabling until it's figured out - Latest failure: dotnet#49700 (comment)
Thanks @adamsitnik. This seems to have the new info I added but I still don't know why it would be failing. Disabling the test for now. |
…nsOverSingleHandle_CompletedWorkItemCountTest` (#57957) - Not sure what would be causing it, disabling until it's figured out - Latest failure: #49700 (comment)
I don't know if it's related, but I committed a changed that touched one of the places that that increments |
@AustinWise I agree it doesn't look like that change would cause a completion to be missed in counting. The drainage work items were fake housekeeping work items so they were not counted, in this test there should be two real completions. |
Closing since this doesnt appear to repro anymore. |
That test doesn't run because it's blocked on this issue. Line 13 in fdce644
|
Ok assigning to @eduardo-vp for now since Kount is out. Please check if the failure still repros after removing the |
The |
Description
https://dev.azure.com/dnceng/public/_build/results?buildId=1039498
https://dev.azure.com/dnceng/public/_build/results?buildId=1039390
https://dev.azure.com/dnceng/public/_build/results?buildId=1035778
The text was updated successfully, but these errors were encountered: