ocket8888 opened a new pull request #6676: URL: https://github.com/apache/trafficcontrol/pull/6676
The "ORT tests" (`t3c` integration tests) print every file extracted from the Go distribution archive and the name of every Go module dependency the project has every time they run. That constitutes about 13,600 lines in a test that outputs 15,000 with the current failure (less on success, but that matters less since you'd probably never look at the logs in that case) which makes it about 90% of the test output. That information has never been helpful yet (afaik) and I'm skeptical it ever will be in the future, so this PR aims to make looking at the test output less annoying by removing it. <hr/> ## Which Traffic Control components are affected by this PR? - Traffic Control Cache Config (tests) ## What is the best way to verify this PR? Check the t3c test workflow action output on this PR, verify the logs from the "ORT Test" step are now roughly 2k lines instead of 15k (assuming the current failure continues). ## PR submission checklist - [x] This PR has tests - [ ] This PR has documentation - [ ] This PR has a CHANGELOG.md entry - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** -- 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]
