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

Improve archival_test #3719

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Improve archival_test #3719

merged 1 commit into from
Dec 16, 2022

Conversation

MichaelSnowden
Copy link
Contributor

What changed?
The archival integration test logic changed. Previously, it only checked for history and required the mutable state to be deleted. Now, it doesn't verify if the mutable state is deleted because that's done later, and it checks for both history and visibility archival records.

Why?
I made these changes because this is a more robust test, and it also will make it easier to adapt this test to durable archival, which does not delete records at the same time it archives them.

How did you test it?
I ran it with -count 5. I also commented out the archival methods and verified that the tests failed with those methods commented out.

Potential risks
Just test.

Is hotfix candidate?
No

@MichaelSnowden MichaelSnowden requested a review from a team as a code owner December 16, 2022 18:54
@MichaelSnowden MichaelSnowden merged commit 728f6ce into master Dec 16, 2022
@MichaelSnowden MichaelSnowden deleted the snowden/fix-archival-test branch December 16, 2022 22:31
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