-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
CryptoStreamTests ReadAsync_CancelPendingTask_ThrowsCancellationException long running test on Ubuntu #66694
Comments
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsFound in #66641
|
Hit on Debian Console log: 'System.Security.Cryptography.Tests' from job 190fd8e4-25bd-47c6-a867-e98046f2c32d (ubuntu.1804.amd64.open.rt) using docker image mcr.microsoft.com/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673 on a00B4BO |
and again |
I tried to see how often this was happening, but there's ?another failure mode where it times out, but doesn't say long running test. WorkItems |
However, the query above shows 211 timeouts in the last month, which is a lot. |
Failed again in f35aacba-469a-400c-8bd7-ddab3aa23801 which was our rolling build so marking this issue as blocking-clean-ci https://dev.azure.com/dnceng/public/_build/results?buildId=1677596&view=logs&j=3f13e9dd-5fbe-5edd-198d-04c8537bca02&t=2dfef947-451a-5d13-09e9-614229052870 |
Any thoughts, @stephentoub? As far as I can tell, your ReadAsync_CancelPendingTask_ThrowsCancellationException test is pretty simple, and CryptoStream's ReadAsync passes the token down to deferred stream.ReadAsync calls. (It can complete synchronously even with the token set to cancelled, but that wouldn't cause a hang). |
Is this only failing on mono interpreter legs? |
Failed with timeout for Libraries Test Run release mono_interpreter Linux x64 Release For details please refer to console logs |
Failed again: https://dev.azure.com/dnceng/public/_build/results?buildId=1697303&view=logs&j=3f13e9dd-5fbe-5edd-198d-04c8537bca02&t=2dfef947-451a-5d13-09e9-614229052870 on a mono interpreter run |
@BrzVlad any thoughts why this only happens on Mono interpreter? |
Fixed by #67663 |
Found in #66641
https://dev.azure.com/dnceng/public/_build/results?buildId=1663765&view=ms.vss-test-web.build-test-results-tab
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-66641-merge-baf0875ff584492eb0/System.Security.Cryptography.Tests/1/console.e1f9ab07.log?sv=2019-07-07&se=2022-04-04T23%3A54%3A40Z&sr=c&sp=rl&sig=0Xj99sZqOKidsi7uCXqA%2BJiZVCyhU3wTTD4SRaRxxxA%3D
The text was updated successfully, but these errors were encountered: