Commit 329cf2a
Make TestKeyRing.CreateECDsa resilient to transient macOS OSStatus -50 failures
Backport of #125909 to release/8.0-staging.
The automated backport failed because TestKeyRing.cs (introduced by a
later refactor) does not exist on this branch; the CreateECDsa helper
still lives in CoseTestHelpers.cs here. This applies the same fix
(retry ECDsa.Create up to 3 times on macOS when it transiently fails
with OSStatus -50 / CryptographicException HResult -50) to that
location instead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent de61314 commit 329cf2a
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
391 | 392 | | |
392 | 393 | | |
393 | 394 | | |
394 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
395 | 403 | | |
396 | 404 | | |
397 | 405 | | |
| |||
0 commit comments