This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch test/tck-data-service-connection-routing
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    omit 44ff9ccda9 test(tck): add Data Service connection routing spec to TCK
     add 044201f3fc test(tck): add Data Service connection routing specs to TCK

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (44ff9ccda9)
            \
             N -- N -- N   refs/heads/test/tck-data-service-connection-routing 
(044201f3fc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../core/GrailsDataHibernate5TckManager.groovy     |  44 ++++++
 .../mongo/core/GrailsDataMongoTckManager.groovy    |  43 ++++++
 .../bootstrap/AbstractDatastoreInitializer.groovy  |  13 ++
 .../testing/tck/base/GrailsDataTckManager.groovy   |  16 +++
 ...duct.groovy => DataServiceRoutingMetric.groovy} |   6 +-
 ...oovy => DataServiceRoutingMetricService.groovy} |  18 +--
 ...aServiceMultiTenantConnectionRoutingSpec.groovy | 158 +++++++++++++++++++++
 7 files changed, 288 insertions(+), 10 deletions(-)
 copy 
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/domains/{DataServiceRoutingProduct.groovy
 => DataServiceRoutingMetric.groovy} (84%)
 copy 
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/domains/{WhereRoutingItemService.groovy
 => DataServiceRoutingMetricService.groovy} (70%)
 create mode 100644 
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/DataServiceMultiTenantConnectionRoutingSpec.groovy

Reply via email to