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

Remake dumplib into integration test #2710

Merged
merged 20 commits into from
Apr 25, 2022

Conversation

pav-kv
Copy link
Contributor

@pav-kv pav-kv commented Apr 21, 2022

dumplib was a tool which created an in-memory log storage of a particular size,
and printed its contents with various flags. The useful bit of this tool was a "golden"
unit test which checks regressions on the SubtreeProto format in storage.

This change removes the tool, refactors the test, and places it in integration/format.

Checklist

@pav-kv pav-kv requested a review from pphaneuf April 21, 2022 09:15
@pav-kv pav-kv marked this pull request as ready for review April 21, 2022 09:21
@pav-kv pav-kv requested a review from a team as a code owner April 21, 2022 09:21
@pav-kv
Copy link
Contributor Author

pav-kv commented Apr 21, 2022

There is no need to look at all commits, can just review the last state. Commits in this PR were iteratively deleting bit by bit, so that I didn't miss anything important.

integration/format/format.go Show resolved Hide resolved
integration/format/format.go Show resolved Hide resolved
@jiggoha jiggoha self-requested a review April 24, 2022 19:09
@pav-kv pav-kv merged commit 0609182 into google:master Apr 25, 2022
@pav-kv pav-kv deleted the remake_dumplib_into_integration_test branch April 25, 2022 11:37
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