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

Delete Decrypt_Pkcs1_ErrorsForInvalidPadding #99373

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Delete Decrypt_Pkcs1_ErrorsForInvalidPadding #99373

merged 1 commit into from
Mar 7, 2024

Conversation

vcsjones
Copy link
Member

@vcsjones vcsjones commented Mar 6, 2024

This test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing.

Fixes #99369

This test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing.
@ghost
Copy link

ghost commented Mar 6, 2024

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

This test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing.

Fixes #99369

Author: vcsjones
Assignees: -
Labels:

area-System.Security

Milestone: -

@vcsjones vcsjones merged commit ce34357 into main Mar 7, 2024
111 checks passed
@vcsjones vcsjones deleted the fix-99369 branch March 7, 2024 00:02
@vcsjones vcsjones added this to the 9.0.0 milestone Mar 7, 2024
@vcsjones
Copy link
Member Author

/backport to release/8.0-staging

@vcsjones
Copy link
Member Author

/backport to release/7.0-staging

Copy link
Contributor

Started backporting to release/8.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257396981

Copy link
Contributor

Started backporting to release/7.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257398810

@vcsjones
Copy link
Member Author

/backport to release/6.0-staging

Copy link
Contributor

Started backporting to release/6.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257405003

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Security.Cryptography.Rsa.Tests.EncryptDecrypt.Decrypt_Pkcs1_ErrorsForInvalidPadding(Byte[] data)
2 participants