Automation Script: find_moved_or_renamed_commit#1559
Automation Script: find_moved_or_renamed_commit#1559Derrick2000 wants to merge 4 commits intoTestingResearchIllinois:mainfrom
Conversation
|
@ljmcr can you review this (on Thursday, no rush!). |
| --reverse \ | ||
| --color \ | ||
| --decorate \ | ||
| -- "$FILENAME" | less -R No newline at end of file |
There was a problem hiding this comment.
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