You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/03/18 18:26:30 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new pull request #6676: Reduce over-verbose logging

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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] zrhoffman merged pull request #6676: Reduce over-verbose logging

Posted by GitBox <gi...@apache.org>.
zrhoffman merged pull request #6676:
URL: https://github.com/apache/trafficcontrol/pull/6676


   


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] zrhoffman commented on pull request #6676: Reduce over-verbose logging

Posted by GitBox <gi...@apache.org>.
zrhoffman commented on pull request #6676:
URL: https://github.com/apache/trafficcontrol/pull/6676#issuecomment-1072781032


   The Cache-config GHA was failing before this PR, but now it's easier to see what those failures are.


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org