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

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 1de5735581 add_allow and add_deny ACL filter actions (#11568)
     new 9c549dde38 Raise unit tests for src/proxy/http/remap from the dead. 
(#11259)
     new 3253db544c Unit test: enable plugin dso logic to build and run unit 
tests. (#11367)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   1 +
 include/proxy/Plugin.h                             |   3 +
 include/proxy/http/remap/PluginFactory.h           |   2 -
 src/proxy/Plugin.cc                                |  12 +
 src/proxy/http/remap/CMakeLists.txt                |   4 +
 src/proxy/http/remap/PluginDso.cc                  |   2 +-
 src/proxy/http/remap/unit-tests/CMakeLists.txt     | 271 +++++++++++++++++++++
 .../http/remap/unit-tests/nexthop_test_stubs.cc    |   4 +-
 .../http/remap/unit-tests/plugin_init_fail.cc      |   4 +-
 .../http/remap/unit-tests/plugin_instinit_fail.cc  |   7 +-
 src/proxy/http/remap/unit-tests/plugin_misc_cb.cc  |  11 +-
 .../unit-tests/plugin_missing_deleteinstance.cc    |   7 +-
 .../remap/unit-tests/plugin_missing_doremap.cc     |   2 +-
 .../http/remap/unit-tests/plugin_missing_init.cc   |   2 +-
 .../remap/unit-tests/plugin_missing_newinstance.cc |   4 +-
 .../http/remap/unit-tests/plugin_required_cb.cc    |   4 +-
 .../proxy/http/remap/unit-tests/plugin_stub.cc     |  17 +-
 .../http/remap/unit-tests/plugin_testing_calls.cc  |   6 +-
 .../http/remap/unit-tests/plugin_testing_common.cc |  21 --
 .../http/remap/unit-tests/plugin_testing_common.h  |   2 -
 .../remap_test_dlopen_leak_suppression.txt         |  15 +-
 .../remap/unit-tests/test_NextHopConsistentHash.cc |  16 +-
 .../remap/unit-tests/test_NextHopRoundRobin.cc     |   8 +-
 .../unit-tests/test_NextHopStrategyFactory.cc      |  10 +-
 src/proxy/http/remap/unit-tests/test_PluginDso.cc  |  48 ++--
 .../http/remap/unit-tests/test_PluginFactory.cc    |   8 +-
 .../http/remap/unit-tests/test_RemapPlugin.cc      | 102 ++++----
 27 files changed, 429 insertions(+), 164 deletions(-)
 create mode 100644 src/proxy/http/remap/unit-tests/CMakeLists.txt
 copy include/tscore/ink_hw.h => src/proxy/http/remap/unit-tests/plugin_stub.cc 
(78%)
 copy plugins/experimental/magick/image_magic_dlopen_leak_suppression.txt => 
src/proxy/http/remap/unit-tests/remap_test_dlopen_leak_suppression.txt (59%)

Reply via email to