You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2021/10/27 19:11:05 UTC

[qpid-dispatch] branch main updated (22f8ae1 -> 81725ee)

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

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


    from 22f8ae1  DISPATCH-2263: Added two edge one interior test
     add bafa55f  DISPATCH-2262 - Added an app-level (above Proton) heartbeat feature that can be used when the Proton heartbeats aren't in effect.
     add 81725ee  DISPATCH-2262 - Fixed python-checker errors in the new test file.

No new revisions were added by this update.

Summary of changes:
 include/qpid/dispatch/amqp.h                       |   1 +
 src/CMakeLists.txt                                 |   2 +
 src/amqp.c                                         |   1 +
 .../modules/heartbeat_edge/heartbeat_edge.c        | 245 +++++++++++++++++++++
 .../modules/heartbeat_server/heartbeat_server.c    | 180 +++++++++++++++
 src/router_core/router_core_private.h              |   2 +-
 tests/CMakeLists.txt                               |   1 +
 tests/system_tests_heartbeats.py                   | 171 ++++++++++++++
 tests/system_tests_qdstat.py                       |   4 +-
 9 files changed, 604 insertions(+), 3 deletions(-)
 create mode 100644 src/router_core/modules/heartbeat_edge/heartbeat_edge.c
 create mode 100644 src/router_core/modules/heartbeat_server/heartbeat_server.c
 create mode 100644 tests/system_tests_heartbeats.py

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