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

Create better serialization/deserialization testing #2

Open
LastTalon opened this issue Oct 14, 2023 · 0 comments
Open

Create better serialization/deserialization testing #2

LastTalon opened this issue Oct 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LastTalon
Copy link
Contributor

Problem

Currently much of the serialization/deserialization code is not tested as it can't be isolated from data stores it uses. This makes it brittle as we only know it's working in the cases we actually use it in.

Proposed solution

We should decompose parts of the serialization such as data store name resolution so that we can more easily mock parts to test others and ensure they work as expected.

Alternatives

We could attempt end to end testing here, but it doesn't really achieve what we desire with unit/integration testing our serialization.

@LastTalon LastTalon added the enhancement New feature or request label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant