Skip to content
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

Update tests to act as long-running consumers #79

Merged
merged 21 commits into from
Nov 9, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Kafkacat support for -k has been merged now
  • Loading branch information
solsson committed Nov 9, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d0c1440e3bdf59b802ff28ab25e2bacf24ebbb05
6 changes: 3 additions & 3 deletions test/basic-with-kafkacat.yml
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ spec:
spec:
containers:
- name: producer
image: solsson/kafkacat-fixedkey@sha256:fb27acf4c7ca25eca6a6cffe145cb492ee4d4c87cba0459787fb43f8040f6d7b
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
@@ -131,7 +131,7 @@ spec:
- name: shared
mountPath: /shared
- name: consumer
image: solsson/kafkacat@sha256:ebebf47061300b14a4b4c2e1e4303ab29f65e4b95d34af1b14bb8f7ec6da7cef
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
@@ -148,7 +148,7 @@ spec:
- name: shared
mountPath: /shared
- name: testcase
image: solsson/kafkacat@sha256:ebebf47061300b14a4b4c2e1e4303ab29f65e4b95d34af1b14bb8f7ec6da7cef
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092