Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 docs/modules/hdfs/examples/getting_started/zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.9.5
productVersion: 3.9.6
servers:
roleGroups:
default:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/hdfs/examples/getting_started/zk.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.9.5
productVersion: 3.9.6
servers:
roleGroups:
default:
Expand Down
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dimensions:
- name: zookeeper
values:
- 3.9.5
- 3.9.4
Comment on lines 20 to -21

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this comes sudden and we didn't discuss it, but I'm starting to question the usefulness of testing with multiple Zookeeper versions.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm honestly the wrong person to judge this. Feel free to bring this up in a daily or during the on-site.

In the meantime: What is the best way forward for now?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing is on the agenda for the next on-prem. I'll bring it up there

- 3.9.6
- name: zookeeper-latest
values:
- 3.9.5
- 3.9.6
- name: krb5
values:
- 1.21.1
Expand Down
Loading