-
Notifications
You must be signed in to change notification settings - Fork 202
Adjust test-plan for code search #3948
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This pull request updates the test plan for GitHub Code Search by adding an expected HttpError scenario during the execution.
- Adjust messaging for the expected HttpError on the first run
- Update expected repository count upon a subsequent run
Reviewed Changes
File | Description |
---|---|
docs/test-plan.md | Updated test plan details to include an expected HttpError when running GitHub Code Search |
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
docs/test-plan.md
Outdated
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. Whene run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a typo ('Whene') in the added instruction. Consider correcting it to 'When'.
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. Whene run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | |
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. When run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. Whene run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | |
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when it is run for the first time. If so, try again. When run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | |
docs/test-plan.md
Outdated
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. Whene run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when run for the first time. If so, try again. Whene run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | |
1. Create a new list, right click and select "Add repositories with GitHub Code Search". Enter the language 'python' and the query "UserMixin". This might result in an HttpError when it is run for the first time. If so, try again. When run for the second time it might show a rate limiting notification after a while or directly populate the list with roughly 900 repositories. | |
Adding an expected HttpError when running code search to the testplan.