summaryrefslogtreecommitdiff
path: root/build_integration.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add logic for inferring newer broker versions (#2038)Tincu Gabriel2020-05-051-2/+4
| | | | | | | | | | | | | | * Add logic for inferring newer broker versions - New Fetch / ListOffsets request / response objects - Add new test cases to inferr code based on mentioned objects - Add unit test to check inferred version against whatever resides in KAFKA_VERSION - Add new kafka broker versions to integration list - Add more kafka broker versions to travis task list - Add support for broker version 2.5 id * Implement PR change requests: fewer versions for travis testing, remove unused older versions for inference code, remove one minor version from known server list Do not use newly created ACL request / responses in allowed version lists, due to flexible versions enabling in kafka actually requiring a serialization protocol header update Revert admin client file change
* Add 2.1.1 to build_integration (#2019)Tincu Gabriel2020-03-161-1/+1
|
* Bump integration tests to 0.10.2.2 and 0.11.0.3 (#1890)Jeff Widman2019-08-221-2/+2
| | | | | Bump integration tests from Kafka: - 0.10.2.1 --> 0.10.2.2 - 0.11.0.2 --> 0.11.0.3
* Add test resources for kafka versions 1.0.2 -> 2.0.1Dana Powers2018-11-201-1/+1
|
* Add kafka 1.0.1 release to test fixtures (#1437)Dana Powers2018-03-101-1/+1
|
* Use 0.11.0.2 kafka broker for integration testing (#1357)Dana Powers2018-01-251-1/+1
|
* Update to 0.11.0.1 for travis test fixture; use as default if unspecified ↵Dana Powers2017-10-081-1/+1
| | | | (#1244)
* Add 0.11.0.0 to travis test matrix, remove 0.10.1.1; use scala 2.11 ↵Dana Powers2017-08-131-29/+17
| | | | artifacts (#1176)
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-161-1/+1
| | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support
* Update to 0.10.1.1 for integration testing (#953)Dana Powers2017-01-231-1/+1
|
* Fix typosJeff Widman2016-11-141-1/+1
|
* Use 0.10.0.1 for integration tests (#803)Dana Powers2016-08-111-1/+1
| | | | | | * Add 0.10.0.1 fixture resources * Use new release 0.10.0.1 for 0.10 testing
* Add kafka 0.10.0.0 to test listDana Powers2016-05-241-1/+1
|
* Fallback to curl if wget is not availableDana Powers2016-03-171-1/+10
|
* Update to Kafka 0.9.0.1 for integration testingDana Powers2016-02-231-1/+1
|
* Remove old kafka-bin directory and verify kafka-run-class.sh exists when ↵Dana Powers2015-12-181-0/+6
| | | | installing server artifacts
* Only download/install server artifacts if bin/kafka-run-class.sh not foundDana Powers2015-12-181-5/+6
|
* Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default ↵Dana Powers2015-12-041-1/+1
| | | | official releases
* Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0Dana Powers2015-06-101-1/+1
|
* Add 0.8.2.0 to integration tests (and use recommended scala 2.10 by default)Dana Powers2015-02-031-5/+11
|
* Support integration testing against kafka source builds (see README)vagrant2014-08-131-12/+45
|
* Add kafka 0.8.1.1 to integration tests.Dana Powers2014-08-131-1/+1
| | | | | | - previous 0.8.1 src appears to have actually been 0.8.1.1 based on git submodule commit. So technically this adds back 0.8.1 to the test suite.
* Use travis env vars to run kafka version tests in parallelDana Powers2014-08-121-7/+7
|
* Download official binaries from apache.org for integration testsDana Powers2014-08-121-3/+26
|
* Build kafka 0.8.1 for only one version of scalaMiguel Eduardo Gil Biraud2014-04-301-1/+1
|
* Add support for kafka 0.8.1Mark Roberts2014-04-231-0/+1
|
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-231-0/+4
servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development