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

jdanek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


    from 6d54678  DISPATCH-2051 Free dispatch struct char * attributes (#1290)
     add d880026  DISPATCH-1783 Add fixture to use router instance in unittests 
and benchmarks (#1292)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yaml                       |   5 +-
 CMakeLists.txt                                     |   3 +
 src/alloc_pool.c                                   |   2 +
 src/connection_manager.c                           |   2 +-
 src/entity_cache.c                                 |  15 +-
 src/entity_cache.h                                 |   5 +-
 src/log.c                                          |   1 +
 src/message.c                                      |   2 +-
 src/router_node.c                                  |   2 +-
 tests/CMakeLists.txt                               |   4 +
 tests/c_benchmarks/CMakeLists.txt                  |  41 ++++
 .../c_benchmarks/bm_router_initialization.cpp      |  30 +--
 .../c_benchmarks/c_benchmarks_main.cpp             |   9 +-
 .../minimal_silent.conf}                           |   6 +-
 tests/c_unittests/CMakeLists.txt                   |  26 ++-
 tests/c_unittests/c_unittests_main.cpp             |   2 +-
 .../c_unittests/helpers.cpp                        |   7 +-
 tests/c_unittests/helpers.hpp                      | 235 +++++++++++++++++++++
 .../minimal_silent.conf}                           |   6 +-
 .../c_unittests/{qdr_doctest.h => qdr_doctest.hpp} |   9 +-
 tests/c_unittests/test_amqp.cpp                    |   2 +-
 .../c_unittests/test_router_startup.cpp            |  28 ++-
 tests/c_unittests/test_terminus.cpp                |   2 +-
 23 files changed, 387 insertions(+), 57 deletions(-)
 create mode 100644 tests/c_benchmarks/CMakeLists.txt
 copy src/connection_manager_private.h => 
tests/c_benchmarks/bm_router_initialization.cpp (64%)
 copy src/conditionals.h.in => tests/c_benchmarks/c_benchmarks_main.cpp (92%)
 copy tests/{dummy.conf => c_benchmarks/minimal_silent.conf} (95%)
 copy src/conditionals.h.in => tests/c_unittests/helpers.cpp (92%)
 create mode 100644 tests/c_unittests/helpers.hpp
 copy tests/{dummy.conf => c_unittests/minimal_silent.conf} (95%)
 rename tests/c_unittests/{qdr_doctest.h => qdr_doctest.hpp} (76%)
 copy src/log_private.h => tests/c_unittests/test_router_startup.cpp (63%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to