aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-093-352/+0
|
* Use the bootstrap service (#52) for repeated bootstrapsStaffan Olsson2017-11-091-1/+1
| | | | The test should still pass if any single broker is down.
* Naming fixStaffan Olsson2017-11-091-3/+3
|
* Switches to ReplicaSet from Deployment, because configmap ...Staffan Olsson2017-11-092-6/+2
| | | | | resources as scripts void the Deployment behavior anyway. And besides, there's no need to manage these tests like production resources.
* Identifies topic jobs, and the resulting pods, by nameStaffan Olsson2017-11-092-2/+2
|
* Avoids overlap in matchLabels between test deploymentsStaffan Olsson2017-11-092-4/+4
|
* Renames test to focues on the type of client usedStaffan Olsson2017-11-091-8/+8
|
* Kafkacat support for -k has been merged nowStaffan Olsson2017-11-091-3/+3
|
* kafkacat based on same image as solsson/kafka:1.0.0Staffan Olsson2017-11-091-1/+1
|
* Fixed key option changed in the kafkacat PRStaffan Olsson2017-11-091-1/+1
|
* Adds a key to each message, while testing ...Staffan Olsson2017-11-091-4/+4
| | | | for regressions with https://github.com/solsson/kafkacat/tree/fixedkey
* Converts (console-) produce-consume test to online ...Staffan Olsson2017-11-092-113/+168
| | | | | | | style like kafkacat, but without the timestamp diff feature because I couldn't get message timestamp out of the console consumer. Also I had to increase PC_WAIT.
* TODO I guess labels must be unique for each test now?Staffan Olsson2017-11-091-2/+6
|
* Return to grouping the tests in a namespace, ...Staffan Olsson2017-11-091-3/+3
| | | | if you haven't created it, you probably don't want the tests.
* Divides a couple of librdkafka timoeuts by 100Staffan Olsson2017-11-091-2/+3
|
* Don't fail the test if bootstrap fails ...Staffan Olsson2017-11-091-9/+15
| | | | but only if producers and consumers (which must maintain a broker list) fail
* Logs broker connect/disconnect stateStaffan Olsson2017-11-091-10/+35
|
* More ideasStaffan Olsson2017-11-091-18/+42
|
* not workingStaffan Olsson2017-11-091-2/+17
|
* Converted to latest Yolean/kube-test boilerplateStaffan Olsson2017-11-091-22/+28
|
* Changes replication-factor for test topics to 2 ...Staffan Olsson2017-11-052-3/+26
| | | | | | | | because 1 is useless, as even a normal reschedule of the broker pod that happens to own the replica+partition will disrupt clients. Testing with replication-factor=2 but using 3 for production topics is sensible because we can test with 3 brokers how replication performs.
* Runs Kafka 1.0.0v2.1.0Staffan Olsson2017-11-012-2/+2
|
* kafkacat, too, based on debian:stretch-slim 20171009Staffan Olsson2017-10-151-1/+1
|
* Shares debian with kafka-initutils -> faster first startStaffan Olsson2017-10-152-2/+2
|
* ./update-kafka-image.sh to 0.11.0.1Staffan Olsson2017-10-022-2/+2
|
* The test concept just caught a mistakekafka-011Staffan Olsson2017-07-291-1/+1
|
* Now we're on par with the old tests, but automatedtest-driven-kubernetes-conceptStaffan Olsson2017-07-287-149/+89
|
* Makes room for a more basic basic testStaffan Olsson2017-07-281-8/+8
|
* Implements the actual testStaffan Olsson2017-07-281-2/+11
|
* Working boilerplate, with output to kubectl logsStaffan Olsson2017-07-281-8/+14
|
* Suggests a structure for test cases as single ymlStaffan Olsson2017-07-281-0/+88
|
* Prepares for tests to move to separate namespaceStaffan Olsson2017-07-281-0/+5
|
* Belongs in the github.com/yolean/kubernetes-monitoring projectStaffan Olsson2017-07-271-35/+0
|
* UnimportantStaffan Olsson2017-07-271-1/+1
|
* Tagged with the policy from https://github.com/solsson/dockerfiles/pull/11Staffan Olsson2017-07-265-5/+5
|
* New build at commit 0314080Staffan Olsson2017-07-265-5/+5
|
* New build with https://github.com/solsson/dockerfiles/pull/9Staffan Olsson2017-07-255-5/+5
|
* As recommended by ↵Staffan Olsson2017-07-251-0/+2
| | | | https://www.confluent.io/blog/apache-kafka-for-service-architectures/
* Upgrades to current https://github.com/solsson/dockerfiles/pull/5Staffan Olsson2017-07-235-5/+5
|
* Upgrades to latest build from https://github.com/solsson/dockerfiles/pull/4, ↵Staffan Olsson2017-06-285-5/+5
| | | | with plain logging>=INFO config
* A monitoring-only pod uses 0m / ~32Mi resourcesStaffan Olsson2017-06-271-0/+35
|
* Adds a test that produces a message that you can see in the logs of ↵Staffan Olsson2017-06-271-0/+24
| | | | 21consumer-test1
* Adds utility to update the kafka image, which we keep the same to minimize ↵Staffan Olsson2017-06-274-8/+4
| | | | pull waits
* Reuses the statefulset's image in test pods, without tag duplication...Staffan Olsson2017-06-254-4/+8
| | | | Works when scheduled on the same node(s)
* 0.10.2 adds to the confusion about consumer args, #21kafka-0.10.2.0Staffan Olsson2017-06-231-2/+2
|
* Uses the latest docker hub buildkafka-0.10.1.1Staffan Olsson2017-02-141-1/+1
|
* Use same kafka image for testclient, as its previous one lacked the --offset ↵update-testclient-imageAnton Lindgren2017-01-041-1/+1
| | | | option for the kafka-console-consumer.sh client
* Clarifies commands around the second test topic, and what a topic name typo ↵Staffan Olsson2016-09-061-5/+8
| | | | leads to
* Adds a deployment that consumes messagesStaffan Olsson2016-09-061-0/+24
|
* Peer review revealed that some test commands were flawed. Only ↵Staffan Olsson2016-09-061-6/+12
| | | | --old-producer producers would post what was piped.