You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2021/10/22 15:42:15 UTC

[trafficcontrol] branch master updated (247a5ea -> db464c0)

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

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


    from 247a5ea  TPv2 Structure/Module changes (#6263)
     add db464c0  Increase util lib test coverage (#6162)

No new revisions were added by this update.

Summary of changes:
 lib/go-util/backoff.go                             |   6 -
 lib/go-util/backoff_test.go                        |  34 +++-
 lib/go-util/http_test.go                           | 184 ++++++++++++++++++++
 lib/go-util/join_test.go                           |  25 +++
 lib/go-util/net_test.go                            |  36 ++++
 lib/go-util/num.go                                 |   2 +-
 lib/go-util/num_test.go                            | 186 ++++++++++++++++++++-
 .../index.js => lib/go-util/ptr_test.go            |  60 ++++++-
 lib/go-util/str.go                                 |   3 +
 lib/go-util/{join_test.go => str_test.go}          |  59 ++++---
 10 files changed, 554 insertions(+), 41 deletions(-)
 create mode 100644 lib/go-util/http_test.go
 copy traffic_portal/app/src/common/modules/table/serverDeliveryServices/index.js => lib/go-util/ptr_test.go (53%)
 copy lib/go-util/{join_test.go => str_test.go} (54%)