Skip to content

Conversation

johscheuer
Copy link
Member

Description

See: apple/foundationdb#12424, without those changes the operator cannot read the mounted encryption file.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Discussion

Testing

I was running the tests manually with a self-build version of FDB.

Documentation

Updated the docs.

Follow-up

@johscheuer johscheuer added the bug Something isn't working label Oct 7, 2025
@foundationdb-ci
Copy link
Contributor

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

  • Commit ID: 36d8309
  • Duration 2:34:24
  • 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: b3abccc
  • Duration 2:22:56
  • 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
Copy link
Member Author

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

  • Commit ID: b3abccc
  • Duration 2:22:56
  • 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)
[Container] 2025/10/07 18:00:53.411695 Running command if $(grep -q -- "--- FAIL:" ${CODEBUILD_SRC_DIR}/logs/*.log); then echo "TESTS FAILED SEE THESE LOGS:"; echo ; grep -l -- "--- FAIL:" ${CODEBUILD_SRC_DIR}/logs/*.log; export fail_test=true; fi
TESTS FAILED SEE THESE LOGS:

/codebuild/output/src2016323665/src/github.com/FoundationDB/fdb-kubernetes-operator/logs/test_operator_plugin.log

[Container] 2025/10/07 18:00:54.787758 Running command for f in $(grep -L -- "SUCCESS\!" ${CODEBUILD_SRC_DIR}/logs/*.log); do if ! grep -q -- "--- FAIL:" $f; then echo "This test has timed out or had a panic: $f"; export fail_test=true; fi ;  done

Unrelated failure.

@johscheuer johscheuer merged commit 3f772ae into FoundationDB:main Oct 8, 2025
8 of 9 checks passed
@johscheuer johscheuer deleted the correct-encryption-test-version branch October 8, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants