bryancall opened a new pull request #8227: URL: https://github.com/apache/trafficserver/pull/8227
Look at the difference in the main branch instead of looking at the last commit on the tree branch is being merged in Turned on debugging for the autest and docs build scripts Here is an example of what was happening on our CI boxes: After the merge the tree looked like this: ``` * b05db4c2e - (HEAD, origin/pr/7925/merge) Merge 2e22854328145c4dbd79d286c684a6dca7cc22a7 into f15a71955830726a4f71cb5b47fd0bad1292dd18 (5 hours ago) <Walt Karas> |\ | * 2e2285432 - (origin/pr/7925/head) Clarify when the keyword 'self' should be used in strategies.yaml. (5 hours ago) <Walter Karas> | * b406fa47a - Fix clang format error. (6 hours ago) <Walter Karas> | * abfaa1071 - Disambiguate overloads of Machine::is_self. (6 hours ago) <Walter Karas> | * 3cc2bbc2a - For peering ring, make upstream group of hosts optional. (6 hours ago) <Walter Karas> * | f15a71955 - Add the origin IP to the error message for invalid server response in OSDNSLookup (#8031) (6 hours ago) <Bryan Call> |/ * 440382cdd - Fix heap-use-after-free of ts-lua plugin (#8215) (3 days ago) <Masaori Koshiba> ``` And the command CI was running was: `++ git diff '2e22854328145c4dbd79d286c684a6dca7cc22a7^...2e22854328145c4dbd79d286c684a6dca7cc22a7' --name-only` This would only pick up the change in the last commit on the branch that is being merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
