Skip to content

Update tests to act as long-running consumers #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Nov 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a3b969c
Converted to latest Yolean/kube-test boilerplate
solsson Oct 15, 2017
4193816
not working
solsson Oct 15, 2017
7e93d30
More ideas
solsson Oct 16, 2017
dc6bbf0
Logs broker connect/disconnect state
solsson Oct 16, 2017
f4387f1
Don't fail the test if bootstrap fails ...
solsson Oct 16, 2017
a319647
Divides a couple of librdkafka timoeuts by 100
solsson Oct 16, 2017
03b4233
Return to grouping the tests in a namespace, ...
solsson Oct 19, 2017
dbf7789
TODO I guess labels must be unique for each test now?
solsson Oct 25, 2017
96a3adc
Converts (console-) produce-consume test to online ...
solsson Nov 5, 2017
af35ae1
Adds a key to each message, while testing ...
solsson Nov 6, 2017
a08c492
Fixed key option changed in the kafkacat PR
solsson Nov 6, 2017
f491e45
kafkacat based on same image as solsson/kafka:1.0.0
solsson Nov 7, 2017
d0c1440
Kafkacat support for -k has been merged now
solsson Nov 9, 2017
8d3f485
Merge branch 'bootstrap-test-console-too' into bootstrap-test
solsson Nov 9, 2017
8b8dc66
Renames test to focues on the type of client used
solsson Nov 9, 2017
56aad28
Avoids overlap in matchLabels between test deployments
solsson Nov 9, 2017
6fd8fc0
Identifies topic jobs, and the resulting pods, by name
solsson Nov 9, 2017
233ade3
Switches to ReplicaSet from Deployment, because configmap ...
solsson Nov 9, 2017
7d1eec3
Naming fix
solsson Nov 9, 2017
57ed995
Use the bootstrap service (#52) for repeated bootstraps
solsson Nov 9, 2017
75e3db4
Adapts readme to 56aad28
solsson Nov 9, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ Like the rest of this repo they have `kubectl` as the only local dependency.
```
kubectl apply -f test/
# Anything that isn't READY here is a failed test
kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces
kubectl get pods -l test-type=readiness -w --namespace=test-kafka
```
113 changes: 0 additions & 113 deletions test/basic-produce-consume.yml

This file was deleted.

102 changes: 0 additions & 102 deletions test/basic-with-kafkacat.yml

This file was deleted.

Loading