This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch feat/gorm-datastore-infra
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 23f6b48cc7 fix: address review feedback on
SessionResolver/AbstractDatastore architecture
add 51157ac1af fix: guard getTenantId() DISCRIMINATOR mode and close
review-flagged coverage gaps
No new revisions were added by this update.
Summary of changes:
.../mapping/model/AbstractPersistentEntity.java | 3 +-
.../mapping/core/AbstractDatastoreSpec.groovy | 96 ++++++++++++++++++++++
.../core/SessionResolverIntegrationSpec.groovy | 50 +++++++++++
.../ConnectionSourceSettingsBuilderSpec.groovy | 26 +++---
.../AbstractPersistentEntityGetTenantIdSpec.groovy | 72 ++++++++++++++++
...omizableRollbackTransactionAttributeSpec.groovy | 30 +++++++
6 files changed, 261 insertions(+), 16 deletions(-)
copy grails-bootstrap/src/test/groovy/grails/config/CodeGenConfigSpec.groovy
=>
grails-datastore-core/src/test/groovy/org/grails/datastore/mapping/core/connections/ConnectionSourceSettingsBuilderSpec.groovy
(55%)
create mode 100644
grails-datastore-core/src/test/groovy/org/grails/datastore/mapping/model/AbstractPersistentEntityGetTenantIdSpec.groovy