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

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


    from 9ef38ce  Coverity: CID 1380042:Resource leaks  (RESOURCE_LEAK)
     new 6b60c65  Add basic files to use Catch for unit testing
     new 3a57712  Moved catch and got rid of centralizing unit tests
     new d2b760c  Add basic_string_view
     new 5d9041b  Added constructor for ats_scoped_str of std::string and 
string_view
     new 00c1c79  Clang-format
     new ef919e5  Resign server.pem for autests to 10 years

The 6 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:
 ci/rat-regex.txt                                |     1 +
 lib/ts/Makefile.am                              |    16 +-
 lib/ts/ink_memory.h                             |    38 +
 lib/ts/string_view.h                            |  1209 +++
 {plugins/s3_auth => lib/ts}/unit-tests/main.cpp |     4 +-
 lib/ts/unit-tests/string_view.cpp               |   523 +
 tests/gold_tests/h2/ssl/server.pem              |    20 +-
 tests/gold_tests/remap/ssl/server.pem           |    20 +-
 tests/gold_tests/tls/ssl/server.pem             |    20 +-
 tests/gold_tests/tls_hooks/ssl/server.pem       |    20 +-
 tests/include/catch.hpp                         | 11545 ++++++++++++++++++++++
 tests/tools/microServer/ssl/server.pem          |    20 +-
 12 files changed, 13381 insertions(+), 55 deletions(-)
 create mode 100644 lib/ts/string_view.h
 copy {plugins/s3_auth => lib/ts}/unit-tests/main.cpp (96%)
 create mode 100644 lib/ts/unit-tests/string_view.cpp
 create mode 100644 tests/include/catch.hpp

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to