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