ocket8888 commented on pull request #4801:
URL: https://github.com/apache/trafficcontrol/pull/4801#issuecomment-669299048


   > ...it can be used to simply compare 2.x/foos and 3.x/foos, right?
   
   Sure, but you'd expect those to be possibly very different. The purpose of 
`compare` was to highlight differences in API responses for the same endpoint 
in the *same* version of the API, to make sure things were properly translated 
from Perl to Go. When `compare` finds differences, it tells you what route had 
a difference, and dumps payloads to two files. That means for the purposes of 
examining differences between different routes it's not really any better than 
`diff <(toget myroute) <(toget -a 3.0 myroute)`. In fact, it's worse, because 
it's an extra step before doing the same diff.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to