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

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


    from a4090bf  Update Server IP in Transaction when attaching a session from 
the pool
     new 59b78e5  Convert check programs in iocore/eventsystem/ into Catch 
based unit tests
     new d6d3510  Add unit tests for MIOBuffer:write()
     new 225a8c9  Reduce unnecesary IOBufferBlock allocation

The 3 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:
 .gitignore                                        |   4 +-
 iocore/eventsystem/IOBuffer.cc                    |  13 +-
 iocore/eventsystem/I_IOBuffer.h                   |   5 +-
 iocore/eventsystem/Makefile.am                    |  32 +-
 iocore/eventsystem/P_IOBuffer.h                   |   4 +-
 iocore/eventsystem/test_Buffer.cc                 |  64 ----
 iocore/eventsystem/test_Event.cc                  |  83 -----
 iocore/eventsystem/unit_tests/test_EventSystem.cc | 101 ++++++
 iocore/eventsystem/unit_tests/test_IOBuffer.cc    | 361 ++++++++++++++++++++++
 9 files changed, 495 insertions(+), 172 deletions(-)
 delete mode 100644 iocore/eventsystem/test_Buffer.cc
 delete mode 100644 iocore/eventsystem/test_Event.cc
 create mode 100644 iocore/eventsystem/unit_tests/test_EventSystem.cc
 create mode 100644 iocore/eventsystem/unit_tests/test_IOBuffer.cc

Reply via email to