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

feat: Adds an in-memory persister to test polly internals #237

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

jasonmit
Copy link
Contributor

Motivation around this is eliminating the need for cleanups and the extra overhead of the rest adapter, fs persister for our internal tests.

This persister is currently marked as private so that we do not publish since I don't yet see a use-case outside of our testing story for it.

Closes #233

@jasonmit jasonmit requested a review from offirgolan July 19, 2019 07:43
@jasonmit jasonmit force-pushed the u/jasonmit/in-memory-persister branch from 57f8d22 to 4d76010 Compare July 19, 2019 07:45
@jasonmit jasonmit force-pushed the u/jasonmit/in-memory-persister branch from 4d76010 to 5874ff7 Compare July 19, 2019 07:46
@jasonmit jasonmit merged commit 5a6fda6 into master Aug 1, 2019
@jasonmit jasonmit deleted the u/jasonmit/in-memory-persister branch August 1, 2019 17:16
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.

In-Memory Persister
1 participant