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__()