Skip to content

Commit 714f279

Browse files
committed
Fixes tests so they pass from an empty 1.0.1 scale 3
1 parent dac6811 commit 714f279

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

kafka/test/kafkacat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ spec:
8383
- test-kafkacat
8484
- --partitions
8585
- "1"
86+
- --replication-factor
87+
- "3"
8688
restartPolicy: Never
8789
---
8890
apiVersion: apps/v1beta2

kafka/test/produce-consume.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ spec:
6666
- test-produce-consume
6767
- --partitions
6868
- "1"
69+
- --replication-factor
70+
- "3"
6971
restartPolicy: Never
7072
---
7173
apiVersion: apps/v1beta2

kafka/test/replication-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data:
3636
exit 10
3737
fi
3838
39-
echo "$(date --iso-8601='ns') $WITH_ONE partitions have one replica and WITH_TWO_OR_MORE have more"
39+
echo "$(date --iso-8601='ns') $WITH_ONE partitions have one replica and $WITH_TWO_OR_MORE have more"
4040
exit 0
4141
4242
quit-on-nonzero-exit.sh: |-

0 commit comments

Comments
 (0)