You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/11/04 19:04:03 UTC

[trafficserver] branch master updated (5083cf9 -> 452d60e)

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

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


    from 5083cf9  Issue #4294: Handle return value of SSL_write() properly.
     add 452d60e  Adding an autest for traffic_dump.

No new revisions were added by this update.

Summary of changes:
 plugins/experimental/traffic_dump/traffic_dump.cc  |   2 +-
 tests/Pipfile                                      |   1 +
 .../traffic_dump/gold/200.gold}                    |   7 +-
 .../pluginTest/traffic_dump/traffic_dump.test.py   | 112 +++++++++++++++++++++
 .../pluginTest/traffic_dump/verify_replay.py       |  96 ++++++++++++++++++
 5 files changed, 213 insertions(+), 5 deletions(-)
 copy tests/gold_tests/{remap/gold/remap-https-200.gold => pluginTest/traffic_dump/gold/200.gold} (60%)
 create mode 100644 tests/gold_tests/pluginTest/traffic_dump/traffic_dump.test.py
 create mode 100644 tests/gold_tests/pluginTest/traffic_dump/verify_replay.py