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 <b...@confluent.io> Date: 2017-11-30T21:01:47Z Changes for BrokerCompatibilityTest in system tests commit 8949fe4c3f315e378ace88358157192198917367 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T00:40:36Z updated error messages added condition for older brokers timeout commit 5c17ec897c56e70e050ddd7104f8323b11e91e7f Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T04:12:25Z updated error messages added condition for older brokers timeout commit fc4dc13a05d4424789f6a462bfb318abb18d202f Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T12:19:51Z increase timeout, flush System.err commit 683d96b4b05445f387dc8c9dbdb8513be50387e0 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T12:50:17Z updated error message commit 22ad2b1d0026fb17a6afb28121077b7c0dacba29 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T13:33:37Z increase timeout commit 3581d6006c46dc704c6efa303eea6d2a757f5d62 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T17:17:17Z put back DEV_BRANCH taken out by accident commit 899c828dab0e3185670f308cf8474a407b864837 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T17:43:20Z Reverting kafkatest.version imports commit 705463f5bca44e58d3b1370f0efba850a00287d2 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T18:15:05Z Trying a portion of the error message commit 119dc5857d68f74ea38a6733b2ac42d9e1c12514 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T19:38:08Z ignore pre 10 brokers test, set timeout back to original value commit a5558aff1ac6a58a8cfc4c96f3daed4f5da05565 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T20:16:46Z proper use of ignore commit 49e7d178516c37cc0e93fea3304dc5ae041e26e2 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T20:32:00Z proper use of ignore round two commit ab22c2b96cabeb98d92860794114b56db6bcecc9 Author: Bill Bejeck <b...@confluent.io> Date: 2017-12-01T20:50:56Z put @ignore first ---- ---