From c36256a50e9114efa790aac63f3d5cd2d5e258e4 Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Mon, 16 Dec 2024 11:32:59 -0500 Subject: [PATCH] fixup: fix comment --- tests/system_tests_one_router.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py index e372c1178..ca09bd68a 100644 --- a/tests/system_tests_one_router.py +++ b/tests/system_tests_one_router.py @@ -3469,9 +3469,9 @@ def run(self): class AMQPLinkFlapTest(MessagingHandler): """ - This test stresses the creation and deletion of AMQP links. - It repeatedly creates links, sends messages, and then tears the links down - while the messages are in flight. + This test stresses the creation and deletion of AMQP links. It repeatedly + creates links then tears them down while keeping the parent connection + alive. """ def __init__(self, router_address): super(AMQPLinkFlapTest, self).__init__()