From 1586679f52297a92b91516df196c91b92acb6db4 Mon Sep 17 00:00:00 2001 From: xeniape Date: Wed, 1 Oct 2025 16:29:17 +0200 Subject: [PATCH] chore: Bump zookeeper version for 25.11.0 --- examples/simple-nifi-cluster.yaml | 2 +- tests/templates/kuttl/iceberg/40-create-iceberg-tables.j2 | 2 +- tests/templates/kuttl/iceberg/70-check-iceberg-tables.yaml.j2 | 2 +- tests/test-definition.yaml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/simple-nifi-cluster.yaml b/examples/simple-nifi-cluster.yaml index a8b2d033..183941f1 100644 --- a/examples/simple-nifi-cluster.yaml +++ b/examples/simple-nifi-cluster.yaml @@ -7,7 +7,7 @@ metadata: name: simple-zk spec: image: - productVersion: 3.9.3 + productVersion: 3.9.4 servers: roleGroups: default: diff --git a/tests/templates/kuttl/iceberg/40-create-iceberg-tables.j2 b/tests/templates/kuttl/iceberg/40-create-iceberg-tables.j2 index 7958931a..2f3d28ad 100644 --- a/tests/templates/kuttl/iceberg/40-create-iceberg-tables.j2 +++ b/tests/templates/kuttl/iceberg/40-create-iceberg-tables.j2 @@ -15,7 +15,7 @@ spec: - pipefail - -c - | - cat << 'EOF' | java -jar trino-cli-*-executable.jar --server https://trino-coordinator:8443 --insecure --user admin + cat << 'EOF' | ./trino-cli --server https://trino-coordinator:8443 --insecure --user admin CREATE SCHEMA IF NOT EXISTS iceberg.s3 WITH (location = 's3a://demo/lakehouse/s3'); CREATE TABLE IF NOT EXISTS iceberg.s3.greetings (hello varchar); CREATE SCHEMA IF NOT EXISTS iceberg.hdfs WITH (location = 'hdfs:/lakehouse/hdfs'); diff --git a/tests/templates/kuttl/iceberg/70-check-iceberg-tables.yaml.j2 b/tests/templates/kuttl/iceberg/70-check-iceberg-tables.yaml.j2 index 079a2722..c4ce0cb1 100644 --- a/tests/templates/kuttl/iceberg/70-check-iceberg-tables.yaml.j2 +++ b/tests/templates/kuttl/iceberg/70-check-iceberg-tables.yaml.j2 @@ -16,7 +16,7 @@ spec: - -c - | for SCHEMA in iceberg.s3 iceberg.hdfs; do - COUNT=$(cat << EOF | java -jar trino-cli-*-executable.jar --server https://trino-coordinator:8443 --insecure --user admin + COUNT=$(cat << EOF | ./trino-cli --server https://trino-coordinator:8443 --insecure --user admin SELECT COUNT(*) FROM $SCHEMA.greetings WHERE hello = 'world from NiFi :)'; EOF ) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 83984350..d1721569 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -39,9 +39,10 @@ dimensions: - name: zookeeper values: - 3.9.3 + - 3.9.4 - name: zookeeper-latest values: - - 3.9.3 + - 3.9.4 - name: opa-l values: - 1.8.0