From ab35705506f83581f99b764e9489af24482188a6 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sat, 29 Jul 2017 04:51:26 +0200 Subject: The test concept just caught a mistake --- README.md | 2 +- test/basic-produce-consume.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6464906..9853d12 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,5 @@ Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon ``` kubectl apply -f test/ # Anything that isn't READY here is a failed test -kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w +kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces ``` diff --git a/test/basic-produce-consume.yml b/test/basic-produce-consume.yml index f56a01f..fdacea0 100644 --- a/test/basic-produce-consume.yml +++ b/test/basic-produce-consume.yml @@ -10,7 +10,7 @@ data: touch /tmp/testlog ./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \ - --create --if-not-exists --topic test-basic-with-kafkacat \ + --create --if-not-exists --topic test-basic-produce-consume \ --partitions 1 --replication-factor 1 # Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server -- cgit v1.2.3