-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unrelated code appears in cherrypick's PR #636
Comments
It seems that it is not a completely unrelated file, because it has been modified in the original pr: |
It seems that your PR merged into the release-5.1 branch faster than the PR that added the file. |
What do you mean? |
This file is added to |
Are you saying that when we apply a patch to a branch, if the file doesn't exist, it will just copy the file? Is it possible that we can try to reproduce this issue locally? Download the patch and apply it manually? if you don't have time I can try this weekend. |
mkdir gittest
cd gittest
git init
echo "file 1" > 1.txt
git add .
git commit -m "init commit"
git branch -v git checkout -b release-5.1
git branch -v
|
@hi-rustin, Do you have any questions about this Issue? |
Thanks for your help in reproducing the issue! Can you try the GitHub patch? Also does this behavior need to be written into the documentation? |
Bug Report
Related link
Which project: ticdc
PR or Issue Link: https://github.com/pingcap/ticdc/pull/2181
Steps to reproduce(Optional)
I don't know how to reproduce it.
What is expected?
Do not add code that does not appear in the original PR.
What is actually happening?
https://github.com/pingcap/ticdc/pull/2181/files#diff-03f95b96b27da3637e3aa86c8c47fe140af8529f7c9c78aa34372a6f13ca9718
This file was not added to the original pr, but appears in cherry-pick's pr.
cc: @Mini256
The text was updated successfully, but these errors were encountered: