summaryrefslogtreecommitdiff
path: root/build_integration.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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