Skip to content

Conversation

@09harsh
Copy link
Contributor

@09harsh 09harsh commented Dec 11, 2025

Description

This PR adds a new test case where we run the describe command on an encrypted backup and validates that the restore is happening with the same encryption key.

Type of change

Please select one of the options below.

  • New feature (non-breaking change which adds functionality)

Discussion

Are there any design details that you would like to discuss further?
No

Testing

Please describe the tests that you ran to verify your changes. Unit tests?
Manual testing?

I ran the e2e test manually:

Ran 1 of 9 Specs in 280.259 seconds
SUCCESS! -- 1 Passed | 0 Failed | 3 Pending | 5 Skipped
PASS | FOCUSED

Do we need to perform additional testing once this is merged, or perform in a larger testing environment?
No

Documentation

Did you update relevant documentation within this repository?
N/A

If this change is adding new functionality, do we need to describe it in our user manual?
N/A

If this change is adding or removing subreconcilers, have we updated the core technical design doc to reflect that?
N/A

If this change is adding new safety checks or new potential failure modes, have we documented and how to debug potential issues?
N/A

Follow-up

Are there any follow-up issues that we should pursue in the future?
N/A

Does this introduce new defaults that we should re-evaluate in the future?
N/A

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: da74e36
  • Duration 1:46:46
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: 0c8f98e
  • Duration 3:55:51
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@johscheuer johscheuer closed this Dec 11, 2025
@johscheuer johscheuer reopened this Dec 11, 2025
@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: da74e36
  • Duration 0:03:40
  • Result: ❌ FAILED
  • Error: Error while executing command: BUILDER_ARGS=--push IMG=${REGISTRY}/${OPERATOR_IMAGE} make container-build. Reason: exit status 2
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

Copy link
Member

@johscheuer johscheuer left a comment

Choose a reason for hiding this comment

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

.. validates that the restore is happening with the same encryption key.

I think the last bit is wrong right? In the describe check we only check that the backup is encrypted but we don't have any knowledge about the key?

@09harsh
Copy link
Contributor Author

09harsh commented Dec 12, 2025

.. validates that the restore is happening with the same encryption key.

I think the last bit is wrong right? In the describe check we only check that the backup is encrypted but we don't have any knowledge about the key?

We never updated the key in backup config, so we are using the same key for both encryption and restore.

@09harsh 09harsh requested a review from johscheuer December 12, 2025 07:22
@09harsh 09harsh closed this Dec 12, 2025
@09harsh 09harsh reopened this Dec 12, 2025
@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: da74e36
  • Duration 1:40:33
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: 37c6b64
  • Duration 1:40:01
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: 3c967f8
  • Duration 1:38:36
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: c7839cc
  • Duration 2:16:03
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: ccf449e
  • Duration 1:53:57
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: cddd511
  • Duration 1:41:23
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@09harsh 09harsh closed this Dec 18, 2025
@09harsh 09harsh reopened this Dec 18, 2025
@foundationdb-ci
Copy link
Contributor

Result of fdb-kubernetes-operator-pr on Linux RHEL 9

  • Commit ID: cddd511
  • Duration 2:02:13
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants