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

Added test for memory leaks in a case when an IEventStore is created using a fresh instance of EventStoreManager #32

Merged
merged 1 commit into from
May 6, 2016

Conversation

tomasdeml
Copy link
Contributor

It currently fails as there seems to be a leak of ObjectTypeDescriptor instances, see below. The test passes when the line 30 is commented out, i.e. when you reuse EventStoreManager instance, everything is fine.

capture

… using a fresh instance of EventStoreManager
@Bobris Bobris merged commit 23bce38 into Bobris:master May 6, 2016
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.

None yet

2 participants