-
Notifications
You must be signed in to change notification settings - Fork 644
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
Gallery UTs take a long time #3107
Comments
Actual:
Expected:
Apart from the test bug(which causes inifinite loop), the tests are failing due to mismatch of these URIs. I am not yet fully familiar with the code hence not sure if just validating the host for Uris is a sufficient test case fix. I will send out a PR and get feedback on understanding what the correct validation would be here. PS: I suspect there to be some kind of race condition given that this is an async operation on different worker threads and thereby sometimes when I am debugging the tests pass while sometimes they don't. |
These are more of an integration test, so not sure if they should be part of the UT suite (although they test a critical path in the gallery code base). Regarding the loop bug, feel free to fix. |
Tests in NuGetGallery.SearchClient.RetryingHttpClientWrapperFacts take minutes to complete. UTs should be fast.
The text was updated successfully, but these errors were encountered: