aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Tests commands succeed now. Remains to add asserts.addon-rest-new-buildStaffan Olsson2017-08-011-7/+22
|
* Logs, unlike docs, revealed that kafka-rest needs ...Staffan Olsson2017-08-011-4/+1
| | | | | | both zookeeper and bootstrap addresses. Was getting connection errors to localhost:9092 broker id -1, resulting in REST requests never returning.
* We should probably wait for CP 3.3.0 because ...Staffan Olsson2017-07-291-7/+16
| | | | | | I'm not getting the expected behavior. Might also be because of low resources on minikube, but 3.3.0 should only be a few days away.
* Starts a test case for rest-proxyStaffan Olsson2017-07-291-0/+117
|
* Adds more tests, and retriesStaffan Olsson2017-07-291-3/+6
|
* Tests rest-proxy, but hangs on GET /consumers/.../recordsStaffan Olsson2017-07-291-0/+39
|
* 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.
* Merge pull request #1 from Yolean/namespacesolsson2016-09-052-1/+2
|\ | | | | Define a namespace for all resources
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-052-1/+2
| |
* | Something is unreliable. Verifiable consumer sometimes reports ↵Staffan Olsson2016-09-054-1/+38
|/ | | | LEADER_NOT_AVAILABLE.
* Towards automated testingStaffan Olsson2016-09-051-0/+25
|
* Describes setup and some manual testingStaffan Olsson2016-09-052-0/+27