Skip to content

chore(spark): update patch versions #1022

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 5 commits into from
Mar 12, 2025
Merged

chore(spark): update patch versions #1022

merged 5 commits into from
Mar 12, 2025

Conversation

razvan
Copy link
Member

@razvan razvan commented Mar 11, 2025

Description

Part of #1016

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
- [x] Changes are OpenShift compatible
- [x] All added packages (via microdnf or otherwise) have a comment on why they are added
- [x] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [x] All packages should have (if available) signatures/hashes verified
- [x] Add an entry to the CHANGELOG.md file
- [x] 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:

bake --product <product> --image-version <stackable-image-version>
kind load docker-image <image-tagged-with-the-major-version> --name=<name-of-your-test-cluster>

See the output of bake to retrieve the image tag for <image-tagged-with-the-major-version>.

@razvan razvan self-assigned this Mar 11, 2025
@razvan
Copy link
Member Author

razvan commented Mar 12, 2025

Looking into the failed tests

--- FAIL: kuttl (2740.79s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3-image_openshift-false_spark-3.5.5_ny-tlc-report-0.2.0 (176.38s)
        --- PASS: kuttl/harness/custom-log-directory_openshift-false_spark-3.5.5_hdfs-latest-3.4.0_zookeeper-latest-3.9.2 (245.19s)
        --- PASS: kuttl/harness/overrides_openshift-false_spark-3.5.5 (128.52s)
        --- PASS: kuttl/harness/logging_openshift-false_spark-3.5.5_ny-tlc-report-0.2.0 (346.59s)
        --- PASS: kuttl/harness/delta-lake_openshift-false_spark-delta-lake-3.5.5_delta-3.1.0 (307.96s)
        --- FAIL: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.5_s3-use-tls-true (67.04s)
        --- PASS: kuttl/harness/pyspark-ny-public-s3_openshift-false_spark-3.5.5 (123.07s)
        --- PASS: kuttl/harness/spark-pi-private-s3_openshift-false_spark-3.5.5 (107.74s)
        --- PASS: kuttl/harness/iceberg_openshift-false_spark-3.5.5 (61.73s)
        --- PASS: kuttl/harness/spark-pi-public-s3_openshift-false_spark-3.5.5 (112.11s)
        --- FAIL: kuttl/harness/hbase-connector_openshift-false_spark-3.5.5_hbase-2.4.18_hdfs-latest-3.4.0_zookeeper-latest-3.9.2 (544.38s)
        --- PASS: kuttl/harness/spark-examples_openshift-false_spark-3.5.5 (45.53s)
        --- PASS: kuttl/harness/smoke_openshift-false_spark-3.5.5_s3-use-tls-true (181.36s)
        --- PASS: kuttl/harness/resources_openshift-false_spark-3.5.5 (84.36s)
        --- PASS: kuttl/harness/spark-history-server_openshift-false_spark-3.5.5_s3-use-tls-true (208.81s)
FAIL
ERROR:root:kuttl failed
 

@razvan razvan marked this pull request as ready for review March 12, 2025 07:56
@razvan razvan requested a review from a team March 12, 2025 07:57
@razvan
Copy link
Member Author

razvan commented Mar 12, 2025

Individual tests

--- PASS: kuttl (266.92s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/hbase-connector_openshift-false_spark-3.5.5_hbase-2.4.18_hdfs-latest-3.4.0_zookeeper-latest-3.9.2 (266.90s)
PASS

and

--- PASS: kuttl (142.75s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/spark-ny-public-s3_openshift-false_spark-3.5.5_s3-use-tls-true (142.74s)
PASS

@razvan razvan moved this to Development: Waiting for Review in Stackable Engineering Mar 12, 2025
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

LGTM

@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Mar 12, 2025
@razvan razvan added this pull request to the merge queue Mar 12, 2025
Merged via the queue into main with commit 129eb4c Mar 12, 2025
11 checks passed
@razvan razvan deleted the chore/1016 branch March 12, 2025 09:22
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Mar 13, 2025
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants