Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6E510200D3D for ; Mon, 13 Nov 2017 12:36:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6CE44160BF3; Mon, 13 Nov 2017 11:36:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC334160BE4 for ; Mon, 13 Nov 2017 12:36:16 +0100 (CET) Received: (qmail 96113 invoked by uid 500); 13 Nov 2017 11:36:16 -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 96101 invoked by uid 99); 13 Nov 2017 11:36:15 -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; Mon, 13 Nov 2017 11:36:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 93065DFC3E; Mon, 13 Nov 2017 11:36:15 +0000 (UTC) From: mtaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #1654: More StompTest coverage and Stomp fix Content-Type: text/plain Date: Mon, 13 Nov 2017 11:36:15 +0000 (UTC) archived-at: Mon, 13 Nov 2017 11:36:17 -0000 GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/1654 More StompTest coverage and Stomp fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/mtaylor/activemq-artemis StompTests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1654.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1654 ---- commit 69e88731fa499150105c1d264660334265c31b20 Author: Martyn Taylor Date: 2017-11-10T12:31:29Z ARTEMIS-1511 Refactor AMQP Transport for use with other test clients commit b7ab3cb4b55f52444a6c38e6549ba165388b28ba Author: Martyn Taylor Date: 2017-11-10T12:33:31Z ARTEMIS-1511 Enable WebSocket Transport in STOMP test client commit a5b0a2651faa8c328a7b87b713d67bb441ce4d34 Author: Martyn Taylor Date: 2017-11-10T12:34:40Z ARTEMIS-1511 Update tests to use StompTest Client + Fix issues commit 1845385a8e438cb545e02965a21578f7c1945500 Author: Martyn Taylor Date: 2017-11-10T12:35:46Z ARTEMIS-1512 Fix race condition with Subscribe receipt commit 2bc9860481463b959888201eb116ac62b8b09dae Author: Martyn Taylor Date: 2017-11-13T10:24:42Z ARTEMIS-1428 Add WS tests for max frame size ---- ---