You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/03/17 21:23:41 UTC

[trafficcontrol] branch 5.1.x updated (01d6e41 -> 3656d1c)

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

ocket8888 pushed a change to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 01d6e41  [5.1.x backport] LICENSE file cleanup (#5610)
     add 159256d  Take unmonitored interfaces into account while calculating bandwidth_kbps for caches (#5567)
     add 3656d1c  Adding check for safer conversion between types (#5600)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   2 +
 traffic_monitor/datareq/cachestate.go              |   4 +-
 traffic_monitor/datareq/cachestate_test.go         | 172 +++++++++++++++++++
 .../traffic_ops_golang/cachesstats/cachesstats.go  |  29 +++-
 .../cachesstats/cachesstats_test.go                | 182 +++++++++++++++++++++
 5 files changed, 380 insertions(+), 9 deletions(-)
 create mode 100644 traffic_monitor/datareq/cachestate_test.go
 create mode 100644 traffic_ops/traffic_ops_golang/cachesstats/cachesstats_test.go