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 d57057d Refresh mgmt signal logic to remove possible memory issues.
new 5b7ce5f Diags: Make some methods virtual so they can be overridden
for unit tests.
new c83061d LibRecord: Add unit tests.
The 11586 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/tscore/Diags.h | 4 +-
lib/records/Makefile.am | 21 +++++++
lib/records/unit_tests/test_Diags.h | 38 ++++++++++++
lib/records/unit_tests/test_RecHttp.cc | 99 ++++++++++++++++++++++++++++++++
lib/records/unit_tests/unit_test_main.cc | 46 +++++++++++++++
6 files changed, 207 insertions(+), 2 deletions(-)
create mode 100644 lib/records/unit_tests/test_Diags.h
create mode 100644 lib/records/unit_tests/test_RecHttp.cc
create mode 100644 lib/records/unit_tests/unit_test_main.cc