You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ro...@apache.org on 2019/02/01 17:57:11 UTC

[trafficcontrol] branch master updated (4046091 -> 6a5cd44)

This is an automated email from the ASF dual-hosted git repository.

rob pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 4046091  Fix TO compile error (#3295)
     new 8147ca2  Added error context helper to help with tests. Also wrote unit tests for it.
     new 3b86bc5  Added license headers
     new ff70f6a  Added iota expression
     new 5a55a30  Added comments for ErrorContext
     new 2e4cf75  Fixed indentation
     new 6a5cd44  Reponse to PR comments

The 9926 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../traffic_ops_golang/test/error_context.go       | 335 +++++++++++++++++++++
 .../traffic_ops_golang/test/error_context_test.go  | 158 ++++++++++
 2 files changed, 493 insertions(+)
 create mode 100644 traffic_ops/traffic_ops_golang/test/error_context.go
 create mode 100644 traffic_ops/traffic_ops_golang/test/error_context_test.go