Fix @fb-encryption and @user-password FB test failures (PMM-15194)#1049
Closed
cursor[bot] wants to merge 1 commit into
Closed
Fix @fb-encryption and @user-password FB test failures (PMM-15194)#1049cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Update encryption rotation assertions for PMM-15194 v2 keyset flow (no decrypt-at-rest step) and drop libncurses5 from podman workflow setup after Ubuntu mirror 404. Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
FB run for Percona-Lab/pmm-submodules#4456 (PMM-15194 migrate encryption to v2) failed two UI suites:
verifyEncryptionRotationstill asserts v1 log lines (DB pmm-managed is successfully decrypted,Rotating encryption key, etc.). PMM-15194 replaces stop/decrypt/rotate/encrypt/start with keyset-based rotation (Added new primary encryption key,Restarting PMM Server,re-encrypted with the new key).Setup toolswith apt 404 forlibncurses5/libtinfo5onubuntu-22.04runners (unrelated to the product change).How
codeceptjs-e2e/tests/encryption/encryption_test.jsrotation assertions to match v2pmm-encryption-rotationoutput.libncurses5fromrunner-e2e-tests-podman.ymlapt install list.Tested against FB image
perconalab/pmm-server-fb:PR-4456-15aedafvia CI artifact analysis from run 28744374834.