You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2020/06/25 20:10:23 UTC

[trafficserver] branch master updated (5a17b53 -> 61f8ee3)

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

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


    from 5a17b53  remove useless code (#6952)
     add 61f8ee3  Build test C/C++ files with Automake. (#6945)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  2 +
 Makefile.am                                        |  2 +-
 configure.ac                                       |  1 +
 {src => tests}/Makefile.am                         | 39 ++++------
 tests/gold_tests/autest-site/build.test.ext        | 53 --------------
 tests/gold_tests/autest-site/setup.cli.ext         |  1 +
 .../autest-site/trafficserver_plugins.test.ext     | 56 ++++++--------
 .../body_factory/http204_response_plugin.test.py   |  2 +-
 .../gold_tests/chunked_encoding}/Makefile.inc      |  8 +-
 .../chunked_encoding/chunked_encoding.test.py      |  7 +-
 .../command_argument/verify_global_plugin.test.py  | 61 +++++-----------
 .../command_argument/verify_remap_plugin.test.py   | 12 +--
 .../cont_schedule/schedule_on_pool.test.py         |  2 +-
 .../cont_schedule/schedule_on_thread.test.py       |  2 +-
 .../cont_schedule/thread_affinity.test.py          |  2 +-
 tests/gold_tests/continuations/double.test.py      |  4 +-
 tests/gold_tests/continuations/double_h2.test.py   |  4 +-
 tests/gold_tests/continuations/openclose.test.py   |  4 +-
 .../gold_tests/continuations/openclose_h2.test.py  |  4 +-
 .../gold_tests/continuations/plugins}/Makefile.inc |  7 +-
 .../continuations/plugins/session_id_verify.cc     |  3 +-
 tests/gold_tests/continuations/session_id.test.py  |  2 +-
 tests/gold_tests/logging/log_retention.test.py     |  2 +-
 .../null_transform/null_transform.test.py          |  2 +-
 .../pluginTest/cert_update/cert_update.test.py     |  3 +-
 .../client_context_dump.test.py                    |  5 +-
 tests/gold_tests/pluginTest/cppapi/cppapi.test.py  |  5 +-
 .../pluginTest/test_hooks/hook_add.test.py         |  5 +-
 .../pluginTest/test_hooks/test_hooks.test.py       |  5 +-
 tests/gold_tests/pluginTest/tsapi/tsapi.test.py    |  5 +-
 tests/gold_tests/shutdown/emergency.test.py        |  2 +-
 tests/gold_tests/shutdown/fatal.test.py            |  2 +-
 tests/gold_tests/slow_post/slow_post.test.py       |  2 +-
 .../gold_tests/tls}/Makefile.inc                   |  8 +-
 tests/gold_tests/tls/ssl-post.c                    | 19 +++++
 tests/gold_tests/tls/tls.test.py                   |  6 +-
 .../gold_tests/tls/tls_hooks_client_verify.test.py |  2 +-
 tests/gold_tests/tls/tls_hooks_verify.test.py      |  2 +-
 tests/gold_tests/tls/tls_keepalive.test.py         |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks.test.py       |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks10.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks11.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks12.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks13.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks14.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks15.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks16.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks17.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks18.test.py     |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks2.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks3.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks4.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks6.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks7.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks8.test.py      |  2 +-
 tests/gold_tests/tls_hooks/tls_hooks9.test.py      |  2 +-
 tests/tools/plugins/Makefile.inc                   | 85 ++++++++++++++++++++++
 ...definition.c => missing_mangled_definition_c.c} |  0
 ...nition.cc => missing_mangled_definition_cpp.cc} |  0
 tests/tools/plugins/ssl_client_verify_test.cc      | 12 ++-
 tests/tools/plugins/test_cppapi.cc                 | 10 +++
 61 files changed, 266 insertions(+), 230 deletions(-)
 copy {src => tests}/Makefile.am (58%)
 delete mode 100644 tests/gold_tests/autest-site/build.test.ext
 copy {plugins/authproxy => tests/gold_tests/chunked_encoding}/Makefile.inc (78%)
 copy {plugins/authproxy => tests/gold_tests/continuations/plugins}/Makefile.inc (80%)
 copy {plugins/authproxy => tests/gold_tests/tls}/Makefile.inc (84%)
 create mode 100644 tests/tools/plugins/Makefile.inc
 rename tests/tools/plugins/{missing_mangled_definition.c => missing_mangled_definition_c.c} (100%)
 rename tests/tools/plugins/{missing_mangled_definition.cc => missing_mangled_definition_cpp.cc} (100%)