You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/06/11 21:56:25 UTC

[trafficcontrol] branch master updated (91584ad -> 25fdb6c)

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

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


    from 91584ad  Add t3c test for dispersion flag (#5931)
     add 25fdb6c  Add t3c-apply flag to wait for parents in syncds (#5926)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 cache-config/t3c-apply/README.md                   |   5 +-
 cache-config/t3c-apply/config/config.go            |  37 ++-
 cache-config/t3c-apply/torequest/torequest.go      |   8 +-
 cache-config/t3c-apply/torequest/torequest_test.go |   2 +-
 .../ort-tests/t3c-apply-wait-for-parents_test.go   | 365 +++++++++++++++++++++
 6 files changed, 408 insertions(+), 10 deletions(-)
 create mode 100644 cache-config/testing/ort-tests/t3c-apply-wait-for-parents_test.go