This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch fix/where-connection-routing
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from dbb0e9851e Merge branch '7.0.x' into fix/where-connection-routing
add 98e9b512fd Add @Where connection routing TCK test for multi-datasource
support
No new revisions were added by this update.
Summary of changes:
.../core/GrailsDataHibernate5TckManager.groovy | 47 ++++++-
.../WhereQueryMultiDataSourceSpec.groovy | 13 +-
.../mongo/core/GrailsDataMongoTckManager.groovy | 38 ++++++
.../testing/tck/base/GrailsDataTckManager.groovy | 16 +++
.../{TestEntity.groovy => WhereRoutingItem.groovy} | 21 ++--
...ntity.groovy => WhereRoutingItemService.groovy} | 26 ++--
.../tests/WhereQueryConnectionRoutingSpec.groovy | 140 +++++++++++++++++++++
7 files changed, 267 insertions(+), 34 deletions(-)
copy
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/domains/{TestEntity.groovy
=> WhereRoutingItem.groovy} (74%)
copy
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/domains/{ChildEntity.groovy
=> WhereRoutingItemService.groovy} (67%)
create mode 100644
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/WhereQueryConnectionRoutingSpec.groovy