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 264B3200D60 for ; Fri, 1 Dec 2017 22:19:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 24AD3160C06; Fri, 1 Dec 2017 21:19:29 +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 6C209160BF4 for ; Fri, 1 Dec 2017 22:19:28 +0100 (CET) Received: (qmail 53894 invoked by uid 500); 1 Dec 2017 21:19:22 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 53882 invoked by uid 99); 1 Dec 2017 21:19:22 -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; Fri, 01 Dec 2017 21:19:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 697A0DFBEC; Fri, 1 Dec 2017 21:19:21 +0000 (UTC) From: bbejeck To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #4286: Minor fix broker compatibility tests Content-Type: text/plain Date: Fri, 1 Dec 2017 21:19:21 +0000 (UTC) archived-at: Fri, 01 Dec 2017 21:19:29 -0000 GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/4286 Minor fix broker compatibility tests *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka MINOR_fix_broker_compatibility_tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4286.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 #4286 ---- commit 104f5f6d42296e11d3a8a3f20559db53aed9a028 Author: Bill Bejeck Date: 2017-11-30T21:01:47Z Changes for BrokerCompatibilityTest in system tests commit 8949fe4c3f315e378ace88358157192198917367 Author: Bill Bejeck Date: 2017-12-01T00:40:36Z updated error messages added condition for older brokers timeout commit 5c17ec897c56e70e050ddd7104f8323b11e91e7f Author: Bill Bejeck Date: 2017-12-01T04:12:25Z updated error messages added condition for older brokers timeout commit fc4dc13a05d4424789f6a462bfb318abb18d202f Author: Bill Bejeck Date: 2017-12-01T12:19:51Z increase timeout, flush System.err commit 683d96b4b05445f387dc8c9dbdb8513be50387e0 Author: Bill Bejeck Date: 2017-12-01T12:50:17Z updated error message commit 22ad2b1d0026fb17a6afb28121077b7c0dacba29 Author: Bill Bejeck Date: 2017-12-01T13:33:37Z increase timeout commit 3581d6006c46dc704c6efa303eea6d2a757f5d62 Author: Bill Bejeck Date: 2017-12-01T17:17:17Z put back DEV_BRANCH taken out by accident commit 899c828dab0e3185670f308cf8474a407b864837 Author: Bill Bejeck Date: 2017-12-01T17:43:20Z Reverting kafkatest.version imports commit 705463f5bca44e58d3b1370f0efba850a00287d2 Author: Bill Bejeck Date: 2017-12-01T18:15:05Z Trying a portion of the error message commit 119dc5857d68f74ea38a6733b2ac42d9e1c12514 Author: Bill Bejeck Date: 2017-12-01T19:38:08Z ignore pre 10 brokers test, set timeout back to original value commit a5558aff1ac6a58a8cfc4c96f3daed4f5da05565 Author: Bill Bejeck Date: 2017-12-01T20:16:46Z proper use of ignore commit 49e7d178516c37cc0e93fea3304dc5ae041e26e2 Author: Bill Bejeck Date: 2017-12-01T20:32:00Z proper use of ignore round two commit ab22c2b96cabeb98d92860794114b56db6bcecc9 Author: Bill Bejeck Date: 2017-12-01T20:50:56Z put @ignore first ---- ---