summaryrefslogtreecommitdiff
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Add fixture support for upcoming 1.0.0 broker release (#1275)Dana Powers2017-10-233-0/+188
|
* Update to 0.11.0.1 for travis test fixture; use as default if unspecified ↵Dana Powers2017-10-083-0/+188
| | | | (#1244)
* Add 0.11.0.0 server resources (reduced offsets.topic.replication.factor=1)Dana Powers2017-06-183-0/+188
|
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-163-0/+188
| | | | | * 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-233-0/+188
|
* Use 0.10.0.1 for integration tests (#803)Dana Powers2016-08-113-0/+188
| | | | | | * Add 0.10.0.1 fixture resources * Use new release 0.10.0.1 for 0.10 testing
* Attempt to add ssl support to kafka fixturesssl_supportDana Powers2016-04-093-6/+33
|
* Update 0.9.0.0 configuration defaults so they are consistent with official ↵Dana Powers2016-04-071-4/+3
| | | | release
* Add 0.10.0.0 test fixture properties filesDana Powers2016-03-213-0/+179
|
* Improve Fixture loggingDana Powers2016-03-138-32/+40
| | | | | | | - remove double console appenders from log4j.properties - also log to server.log file for interactive uses - drop internal _spawn from SpawnedService loop - write captured stdout/stderr directly to avoid logger re-formatting
* Update to Kafka 0.9.0.1 for integration testingDana Powers2016-02-233-0/+178
|
* Reduce partitions for offset commit topic in 0.9 broker configsDana Powers2016-01-041-0/+9
|
* Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default ↵Dana Powers2015-12-046-0/+338
| | | | official releases
* Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0Dana Powers2015-06-103-0/+169
|
* Use 500ms zookeeper session timeout for integration tests - no network here, ↵Dana Powers2015-06-104-0/+12
| | | | and our restarts are fast
* Reduce replica timeouts to 1sec for failover integration testingDana Powers2015-06-104-0/+16
|
* Move 0.8.2-beta resources to 0.8.2.0Dana Powers2015-01-143-0/+0
|
* Just copied over the 0.8.1.1 conf filesDana Powers2015-01-143-0/+163
|
* Support integration testing against kafka source builds (see README)vagrant2014-08-133-0/+163
|
* Remove kafka src submodulesDana Powers2014-08-132-0/+0
|
* Add resource templates for kafka 0.8.1.1 test fixturesDana Powers2014-08-123-0/+163
|
* Fix log directory as per documentation: ↵Miguel Eduardo Gil Biraud2014-04-301-1/+1
| | | | http://kafka.apache.org/08/documentation.html#brokerconfigs
* Add support for kafka 0.8.1Mark Roberts2014-04-234-0/+102
|
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-234-0/+102
servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development