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

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


    from e30fffe  DISPATCH-2098 - Stop HTTP server before the AMQP server 
(#1182)
     add e4ebecf  DISPATCH-1679: Make qd_timer_cancel and qd_timer_free 
synchronous
     add dd319e5  DISPATCH-2046: prevent crash when accessing connector pointer 
DISPATCH-1679: fix qd_connector_t leak DISPATCH-1917: fix race when accessing 
connector->conn_msg buffer
     add 2e977ca  DISPATCH-2099: flush stream_data before releasing deliveries
     add b928b06  NO-JIRA: Skip the GHA Docs job until Proton 0.34.0 Ubuntu 
package is published (#1169)
     add 8f10249  NO-JIRA: Comment out system_tests_http1_adaptor, 
system_tests_http2 and system_tests_grpc. This closes #1188.
     add 25afd52  NO-JIRA: Temporarily removed build due to following error: 
The command 'sudo apt-get install clang-11 llvm-11-dev' failed and exited with 
100 during. This closes #1189.
     add b8d0881  DISPATCH-2033: Wait for routers to talk to each other before 
starting the tests. This closes #1185
     add fb2b2d1  DISPATCH-2049: Increased helloMaxAgeSeconds to 10 to give 
router enough time to respond to HELLO message. This closes #1184.
     add 160019e  DISPATCH-2082: Added qd_delivery_state_t to leaking_types 
arrary. This closes #1175.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yaml        |   3 +-
 .travis.yml                         |   9 +-
 include/qpid/dispatch/timer.h       |  41 +++-
 src/adaptors/http1/http1_adaptor.c  |  10 +-
 src/adaptors/http1/http1_server.c   |  29 +--
 src/adaptors/tcp_adaptor.c          |   8 +-
 src/alloc_pool.c                    |   3 +-
 src/connection_manager.c            |  59 +++--
 src/message.c                       |   5 +
 src/router_core/transfer.c          |  16 +-
 src/router_node.c                   |   2 +
 src/server.c                        | 233 ++++++++++--------
 src/server_private.h                |  13 +-
 src/timer.c                         | 165 +++++++++++--
 src/timer_private.h                 |  14 +-
 tests/CMakeLists.txt                |   6 +
 tests/{threads4.conf => dummy.conf} |   2 +-
 tests/lsan.supp                     |   1 -
 tests/system_tests_multi_phase.py   |   2 +-
 tests/system_tests_qdmanage.py      |   1 +
 tests/system_tests_qdstat.py        |   1 +
 tests/threaded_timer_test.c         | 473 ++++++++++++++++++++++++++++++++++++
 tests/tsan.supp                     |   3 +-
 23 files changed, 891 insertions(+), 208 deletions(-)
 copy tests/{threads4.conf => dummy.conf} (97%)
 create mode 100644 tests/threaded_timer_test.c

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

Reply via email to