Skip to content

Conversation

xeniape
Copy link
Member

@xeniape xeniape commented Sep 23, 2025

Description

Part of #1234

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

Integrationtests

--- FAIL: kuttl (4176.96s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/logging_druid-34.0.0_zookeeper-latest-3.9.3_hadoop-3.4.1_openshift-false (405.25s)
        --- FAIL: kuttl/harness/overrides_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-latest-3.4.1_openshift-false (523.65s)
        --- PASS: kuttl/harness/ldap_druid-34.0.0_zookeeper-latest-3.9.3_opa-1.4.2_hadoop-latest-3.4.1_ldap-use-tls-true_ldap-no-bind-credentials-false_openshift-false (379.88s)
        --- PASS: kuttl/harness/cluster-operation_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-latest-3.4.1_openshift-false (519.50s)
        --- PASS: kuttl/harness/s3-deep-storage_druid-latest-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-true_openshift-false (306.19s)
        --- PASS: kuttl/harness/ldap_druid-34.0.0_zookeeper-latest-3.9.3_opa-1.4.2_hadoop-latest-3.4.1_ldap-use-tls-false_ldap-no-bind-credentials-false_openshift-false (411.13s)
        --- FAIL: kuttl/harness/s3-deep-storage_druid-latest-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-false_openshift-false (201.63s)
        --- PASS: kuttl/harness/ingestion-s3-ext_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-3.4.1_openshift-false (416.50s)
        --- FAIL: kuttl/harness/oidc_druid-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-false_openshift-false_oidc-use-tls-true (699.07s)
        --- PASS: kuttl/harness/authorizer_druid-34.0.0_zookeeper-latest-3.9.3_opa-1.4.2_hadoop-3.4.1_openshift-false (376.94s)
        --- PASS: kuttl/harness/oidc_druid-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-true_openshift-false_oidc-use-tls-true (341.77s)
        --- PASS: kuttl/harness/resources_druid-latest-34.0.0_zookeeper-latest-3.9.3_openshift-false (159.32s)
        --- PASS: kuttl/harness/smoke_druid-34.0.0_zookeeper-3.9.3_hadoop-3.4.1_openshift-false (318.13s)
        --- PASS: kuttl/harness/oidc_druid-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-false_openshift-false_oidc-use-tls-false (348.61s)
        --- PASS: kuttl/harness/tls_druid-latest-34.0.0_zookeeper-latest-3.9.3_tls-mode-internal-and-server-tls_openshift-false (236.16s)
        --- PASS: kuttl/harness/ingestion-no-s3-ext_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-3.4.1_openshift-false (358.04s)
        --- PASS: kuttl/harness/tls_druid-latest-34.0.0_zookeeper-latest-3.9.3_tls-mode-no-tls_openshift-false (265.65s)
        --- PASS: kuttl/harness/oidc_druid-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-true_openshift-false_oidc-use-tls-false (362.08s)
        --- PASS: kuttl/harness/hdfs-deep-storage_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-3.4.1_openshift-false (407.94s)
        --- PASS: kuttl/harness/orphaned-resources_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-3.4.1_openshift-false (435.85s)
        --- PASS: kuttl/harness/tls_druid-latest-34.0.0_zookeeper-latest-3.9.3_tls-mode-internal-and-server-tls-and-tls-client-auth_openshift-false (269.32s)
        --- PASS: kuttl/harness/external-access_druid-34.0.0_zookeeper-latest-3.9.3_opa-1.4.2_hadoop-3.4.1_openshift-false (316.84s)
FAIL

--- PASS: kuttl (322.28s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/oidc_druid-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-false_openshift-false_oidc-use-tls-true (322.27s)
PASS

--- PASS: kuttl (346.08s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/s3-deep-storage_druid-latest-34.0.0_zookeeper-latest-3.9.3_s3-use-tls-false_openshift-false (346.07s)
PASS

overrides_druid-latest-34.0.0_zookeeper-latest-3.9.3_hadoop-latest-3.4.1_openshift-false succeeded but timed out on namespace deletion

@xeniape xeniape self-assigned this Sep 23, 2025
@xeniape xeniape marked this pull request as ready for review September 23, 2025 12:12
@xeniape xeniape moved this to Development: Waiting for Review in Stackable Engineering Sep 23, 2025
@sbernauer sbernauer self-requested a review September 23, 2025 13:02
@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Sep 23, 2025
@xeniape xeniape requested a review from sbernauer September 25, 2025 11:22
@xeniape xeniape added this pull request to the merge queue Sep 25, 2025
Merged via the queue into main with commit fa5ed44 Sep 25, 2025
3 checks passed
@xeniape xeniape deleted the chore/bump-druid-version-for-25.11.0 branch September 25, 2025 12:00
@xeniape xeniape moved this from Development: In Review to Development: Done in Stackable Engineering Sep 25, 2025
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants