-
Notifications
You must be signed in to change notification settings - Fork 247
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
Automation Script: find_moved_or_renamed_commit #1559
base: main
Are you sure you want to change the base?
Conversation
@ljmcr can you review this (on Thursday, no rush!). |
--reverse \ | ||
--color \ | ||
--decorate \ | ||
-- "$FILENAME" | less -R |
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.
The script is not automatically quit after showing the output. Maybe try -- "$FILENAME" | cat
instead of less -R
, or directly output the console to an outputfile
Overall, the script looks good to me, and I’ve successfully used it to verify my findings in apache/dubbo. The commits reported by the script matched my findings using the "auto-check-moved-or-rename". |
@Derrick2000 can you start addressing point 1? @ljmcr for point 2, the change may have been related to JUnit 4 vs. JUnit 5. Do you know if the test method still ran after it was not marked |
I have tried and the test is still working after not marked as |
@Derrick2000 do you want to look into point 1, or should I accept this only partially? |
I've created a new script to handle batch inputs from a file File Example:
@ljmcr could you review and test the |
LGTM |
Thank you, @ljmcr . @Derrick2000 please update readme to match, and I can accept. |
Inspired by PR
Test:
Execution:
Output:
The commit found matches the one I claimed at https://github.com/TestingResearchIllinois/idoft/pull/1545/files#diff-14b36ce14fbe73777d285f08d4d8e6a403228c1d401013c1a0c57b867ef99a41R6755