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

[L2] Failing test: Inverse side of a oneToMany relation doesn't evict its collection cache #1542

Closed

Conversation

guiwoda
Copy link
Contributor

@guiwoda guiwoda commented Nov 2, 2015

oneToMany Associations always have collections on the inversed side, and these collections are getting cached but never get evicted.
This also happens on bidirectional manyToMany associations, on the inverse side as well. Only owning side of an association gets its collections evicted.

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DDC-3976

We use Jira to track the state of pull requests and the versions they got
included in.

@guiwoda guiwoda changed the title Failing test: Owned side of a oneToMany relation doesn't evict its collection cache [L2] Failing test: Owned side of a oneToMany relation doesn't evict its collection cache Nov 2, 2015
@guiwoda guiwoda changed the title [L2] Failing test: Owned side of a oneToMany relation doesn't evict its collection cache [L2] Failing test: Inverse side of a oneToMany relation doesn't evict its collection cache Nov 2, 2015
@guilhermeblanco guilhermeblanco mentioned this pull request Nov 11, 2015
@guilhermeblanco
Copy link
Member

Thanks a lot for the bug report and test case.
I'm closing this in favor of provided fix #1551

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.

3 participants