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

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


    from d8ee0cb  Update logic to watch config files even if they are not 
default
     new 4c54058  Create 'for_testing_only' subdirectory under plugins 
subdirectory.
     new 5134462  Prevent segment violation in TSContDestroy() when it is 
called during destruction of statically-allocated objects at program 
termination.

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:
 iocore/eventsystem/Thread.cc                       |   7 +
 plugins/Makefile.am                                |   3 +-
 .../test_cppapi}/Makefile.inc                      |   7 +-
 .../test_cppapi/test_cppapi.cc                     |   0
 .../test_hooks}/Makefile.inc                       |   8 +-
 plugins/for_testing_only/test_hooks/test_hooks.cc  | 322 +++++++++++++++++++++
 plugins/test_cppapi/Makefile.inc                   |  19 --
 src/traffic_server/InkAPI.cc                       |  10 +-
 tests/gold_tests/pluginTest/test_hooks/log.gold    |  11 +
 .../{xdebug/x_remap => test_hooks}/one.in          |   0
 .../test_hooks.test.py}                            |  47 +--
 11 files changed, 371 insertions(+), 63 deletions(-)
 copy plugins/{experimental/buffer_upload => 
for_testing_only/test_cppapi}/Makefile.inc (75%)
 rename plugins/{ => for_testing_only}/test_cppapi/test_cppapi.cc (100%)
 copy plugins/{authproxy => for_testing_only/test_hooks}/Makefile.inc (75%)
 create mode 100644 plugins/for_testing_only/test_hooks/test_hooks.cc
 delete mode 100644 plugins/test_cppapi/Makefile.inc
 create mode 100644 tests/gold_tests/pluginTest/test_hooks/log.gold
 copy tests/gold_tests/pluginTest/{xdebug/x_remap => test_hooks}/one.in (100%)
 copy tests/gold_tests/pluginTest/{xdebug/x_remap/x_remap.test.py => 
test_hooks/test_hooks.test.py} (62%)

Reply via email to