Skip to content

chore: update tests to use bitnamilegacy #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged

Conversation

xeniape
Copy link
Member

@xeniape xeniape commented Aug 7, 2025

Description

Part of stackabletech/issues#749 Quickfix
This PR updates the tests to use the bitnamilegacy repository for bitnami images. All affected tests ran successfully.

Integrationstests:

--- FAIL: kuttl (988.71s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-pi-private-s3_openshift-false_spark-3.5.6 (177.04s)
        --- FAIL: kuttl/harness/spark-pi-private-s3_openshift-false_spark-3.5.5 (988.69s)
FAIL

--- PASS: kuttl (115.43s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-pi-private-s3_openshift-false_spark-3.5.5 (115.41s)
PASS

--- PASS: kuttl (505.49s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3-image_openshift-false_spark-3.5.5_ny-tlc-report-0.3.0 (131.97s)
        --- PASS: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.5_s3-use-tls-false (133.77s)
        --- PASS: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.6_s3-use-tls-false (123.49s)
        --- PASS: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.6_s3-use-tls-true (131.62s)
        --- PASS: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.5_s3-use-tls-true (126.58s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3_openshift-false_spark-3.5.5 (124.50s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3_openshift-false_spark-3.5.6 (123.12s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3-image_openshift-false_spark-3.5.6_ny-tlc-report-0.3.0 (115.59s)
PASS

--- FAIL: kuttl (1574.18s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-history-server_openshift-false_spark-3.5.6_s3-use-tls-false (259.81s)
        --- PASS: kuttl/harness/spark-history-server_openshift-false_spark-3.5.5_s3-use-tls-false (259.89s)
        --- PASS: kuttl/harness/spark-history-server_openshift-false_spark-3.5.6_s3-use-tls-true (196.42s)
        --- FAIL: kuttl/harness/spark-history-server_openshift-false_spark-3.5.5_s3-use-tls-true (1314.28s)
FAIL

--- PASS: kuttl (226.82s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-history-server_openshift-false_spark-3.5.5_s3-use-tls-true (226.81s)
PASS

--- PASS: kuttl (185.97s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-connect_openshift-false_spark-connect-3.5.6_spark-connect-client-3.5.6 (185.96s)
PASS

--- PASS: kuttl (308.94s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_openshift-false_spark-3.5.5_s3-use-tls-false (142.91s)
        --- PASS: kuttl/harness/smoke_openshift-false_spark-3.5.6_s3-use-tls-false (153.32s)
        --- PASS: kuttl/harness/smoke_openshift-false_spark-3.5.6_s3-use-tls-true (140.90s)
        --- PASS: kuttl/harness/smoke_openshift-false_spark-3.5.5_s3-use-tls-true (155.60s)
PASS

--- PASS: kuttl (126.00s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/overrides_openshift-false_spark-3.5.6 (125.70s)
        --- PASS: kuttl/harness/overrides_openshift-false_spark-3.5.5 (125.98s)
PASS

--- PASS: kuttl (195.81s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/delta-lake_openshift-false_spark-delta-lake-3.5.6_delta-3.1.0 (195.80s)
PASS

--- PASS: kuttl (332.43s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/logging_openshift-false_spark-3.5.6_ny-tlc-report-0.3.0 (328.18s)
        --- PASS: kuttl/harness/logging_openshift-false_spark-3.5.5_ny-tlc-report-0.3.0 (332.41s)
PASS

Definition of Done Checklist

  • 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

Author

  • Changes are OpenShift compatible
  • CRD changes approved
  • CRD documentation for all fields, following the style guide.
  • Helm chart can be installed and deployed operator works
  • Integration tests passed (for non trivial changes)
  • Changes need to be "offline" compatible
  • Links to generated (nightly) docs added
  • Release note snippet added

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added
  • Links to generated (nightly) docs added
  • Release note snippet added
  • Add type/deprecation label & add to the deprecation schedule
  • Add type/experimental label & add to the experimental features tracker

@xeniape xeniape self-assigned this Aug 7, 2025
@xeniape xeniape moved this to Development: Waiting for Review in Stackable Engineering Aug 7, 2025
@adwk67 adwk67 self-requested a review August 11, 2025 15:35
@adwk67 adwk67 moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Aug 11, 2025
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

Local tests all good - LGTM!

@xeniape xeniape added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit 714bd61 Aug 12, 2025
17 checks passed
@xeniape xeniape deleted the chore/bitnami-migration branch August 12, 2025 06:30
@xeniape xeniape moved this from Development: In Review to Development: Done in Stackable Engineering Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Development: Done
Development

Successfully merging this pull request may close these issues.

2 participants