Skip to content
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

Fix PXB-3170 - Test failure in keyring_pxb_2275.sh #1501

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

altmannmarcelo
Copy link
Contributor

https://jira.percona.com/browse/PXB-3170

Test was failing because we were generating an amount of data that was in a range that could cause the server to delete the required redo log. Also the test was failing due to missing redo log file, but we were not checking the error log for that which was a false positive.

Fix:
Adjusted the test to have a slightly higher redo log capacity. Added a check for the error log to make sure we fail due to missing keyring key.

https://jira.percona.com/browse/PXB-3170

Test was failing because we were generating an amount of data that was
in a range that could cause the server to delete the required redo log.
Also the test was failing due to missing redo log file, but we were not
checking the error log for that which was a false positive.

Fix:
Adjusted the test to have a slightly higher redo log capacity.
Added a check for the error log to make sure we fail due to missing
keyring key.
@altmannmarcelo
Copy link
Contributor Author

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.

2 participants