From dev-return-66082-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Jun 20 17:50:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 41A82180648 for ; Wed, 20 Jun 2018 17:50:37 +0200 (CEST) Received: (qmail 36635 invoked by uid 500); 20 Jun 2018 15:50:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 36622 invoked by uid 99); 20 Jun 2018 15:50:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2018 15:50:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D1DFDFA5C; Wed, 20 Jun 2018 15:50:35 +0000 (UTC) From: clebertsuconic To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #2152: ARTEMIS-1924 small tweaks on HeartBeat test Content-Type: text/plain Message-Id: <20180620155035.7D1DFDFA5C@git1-us-west.apache.org> Date: Wed, 20 Jun 2018 15:50:35 +0000 (UTC) Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2152 with heart beats.. you won't this test.. as ping/pongs will disconnect the client. Disabling heart beats and still solving issues it's all that this fix was about and the reason I created these tests. ---