-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[SDTEST] Update troubleshooting section of Intelligent Test Runner #23817
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
555a377 to
ba8621c
Compare
Preview links (active after the
|
ba8621c to
1de247e
Compare
0eed0ea to
89c3ed0
Compare
89c3ed0 to
b65631f
Compare
|
|
||
| ### Squash and merge your commits | ||
|
|
||
| Using [squash and merge][6] to integrate commits into de main branch causes the git history of the feature branch to be lost. As a result Intelligent Test Runner can run tests in the main branch that should have been skipped. |
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.
run tests in the main branch that should have been skipped - I think we recommend set main branch as excluded so that tests are not skipped. Mentioning that tests in main might not be skipped could cause confusion.
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.
I've replaced main with base, so it's generic and doesn't apply to main necessarily.
rtrieu
left a comment
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.
Minor feedback but otherwise looks good.
rtrieu
left a comment
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.
LGTM
|
/merge |
|
🚂 MergeQueue: waiting for PR to be ready This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
|
/merge -c |
|
This merge request was unqueued If you need support, contact us on Slack #devflow! |
rtrieu
left a comment
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.
Looks good!
|
Hi @TovRudyy, the docs team has privileges to merge this branch. Next time, you can use the checkbox "Please merge after reviewing", reply to the reviewer here, or ping the #documentation Slack channel to let us know when you're ready to merge! |
What does this PR do? What is the motivation?
Updates the troubleshooting section of Intelligent Test Runner.
Merge instructions
Additional notes