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

Make load work for memory conns #388

Merged
merged 9 commits into from
Feb 17, 2023
Merged

Make load work for memory conns #388

merged 9 commits into from
Feb 17, 2023

Conversation

cap10morgan
Copy link
Contributor

@cap10morgan cap10morgan commented Feb 16, 2023

Primarily for testing purposes. http-api-gateway needs load for 90% of what it does, so this was blocking more categories of integration tests beyond create.

We also keep running into bugs where loaded ledgers are different from the live ones. So this needs to be more heavily tested, and it's nice not to have to use file conns for tests (for speed and cleanup).

The fundamental problem turned out to be that memory conns were loading the committed data rather than the commit metadata. So it couldn't find the default context, etc.

Closes #378

Primarily for testing purposes
It was indeed too simple. http-api-gateway was sneaking mixed keyword / string contexts in w/ memory conns. So let's just always stringify instead.
@dpetran
Copy link
Contributor

dpetran commented Feb 16, 2023

This looks good, but it looks like we're missing a js->clj call somewhere for the cljs tests.

@cap10morgan
Copy link
Contributor Author

This looks good, but it looks like we're missing a js->clj call somewhere for the cljs tests.

Yeah there's some test helper weirdness I'm working through.

Fixes a bug in processor/canonize that I ran into
Much easier debugging when things go wrong
Nothing in the write-data! fn needs to be inside a go-try
Not sure why this wasn't causing more problems before now, but for whatever reason testing w/ mem conn load revealed it. Might be b/c only the tests set a default did usually.
...and implement it for CLJS too
@cap10morgan cap10morgan requested a review from a team February 16, 2023 23:22
Copy link
Contributor

@zonotope zonotope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📜

@cap10morgan cap10morgan merged commit 6a7211b into main Feb 17, 2023
@cap10morgan cap10morgan deleted the feature/mem-conn-load branch February 17, 2023 16:20
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.

Make load API fn work for memory conns
3 participants