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

Address failures for Import_IterationCountLimitExceeded_ThrowsInAllottedTime #108028

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

vcsjones
Copy link
Member

This test works by making sure a particular API fails in a certain amount of time using RemoteExecutor. In a very busy CI environment, it may not fail fast enough.

We can address this two ways. First, we can extend the timeout to 10 seconds, up from 5. On a very fast computer, 100MM PBKDF2 rounds is still going to take more than 10 seconds (more like 20 to 30). So we can go a little higher while still looking for the "fast" failure we are looking for.

The second is to move the test to outerloop.

Fixes #105609

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for providing the fix and the explanation @vcsjones !

@vcsjones vcsjones merged commit 5f619a7 into dotnet:main Sep 24, 2024
77 of 85 checks passed
@vcsjones vcsjones deleted the fix-105609 branch September 24, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants