Add functional strict-locking 2nd level cache test#12086
Merged
greg0ire merged 11 commits intodoctrine:2.20.xfrom Jul 29, 2025
Merged
Add functional strict-locking 2nd level cache test#12086greg0ire merged 11 commits intodoctrine:2.20.xfrom
greg0ire merged 11 commits intodoctrine:2.20.xfrom
Conversation
Merge 2.20.x up into 2.21.x
Merge 2.20.x up into 2.21.x
Merge 2.20.x up into 2.21.x
Merge 2.20.x up into 2.21.x
Merge 2.20.x up into 2.21.x
Merge 2.20.x up into 2.21.x
…2.21.x_3Yg2ZYgM Merge release 2.20.1 into 2.21.x
* 2.20.x: Introduce testNotListedValueInEnumArray Fix documentation for JoinColumn nullable (doctrine#11798) Ignore deprecations from doctrine/common Fix fields of transient classes being considered duplicate with `reportFieldsWhereDeclared`
…2.21.x_8O8nHxqC Merge release 2.20.2 into 2.21.x
…2.21.x_KkdqS0u7 Merge release 2.20.3 into 2.21.x
5d43989 to
b84cf30
Compare
greg0ire
reviewed
Jul 27, 2025
b84cf30 to
ab2be96
Compare
ab2be96 to
ae7489f
Compare
greg0ire
previously approved these changes
Jul 28, 2025
SenseException
previously approved these changes
Jul 28, 2025
Member
|
You should target 2.20.x according to #11208 |
The base branch was changed.
Contributor
Author
|
retargeted |
Member
|
Thanks @mvorisek ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, 2nd level caching is functionally tested with only "NONSTRICT_READ_WRITE" cache usage mode.
This PR adds testing with strict "READ_WRITE" mode.
To cover
Doctrine\ORM\Cache\Persister\Entity\ReadWriteCachedEntityPersisterclass, more precisely https://github.com/doctrine/orm/blob/2.20.5/src/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php#L76 and https://github.com/doctrine/orm/blob/2.20.5/src/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php#L101 methods using E2E functional tests.