This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from c7e54fb14c Merge pull request #15502 from
apache/15501-fix-datasource-properties
add 43be3c1859 feature - support cleaning up only after the spec ends
add 0a3695c40b doc - add docs for feature
new d69b58cd80 Merge pull request #15494 from
apache/feature/dbcleanup-end-of-spec
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/en/guide/testing/integrationTesting.adoc | 36 ++++
grails-testing-support-dbcleanup-core/README.md | 58 +++++++
.../testing/cleanup/core/DatabaseCleanup.groovy | 19 +++
.../cleanup/core/DatabaseCleanupExtension.groovy | 38 ++++-
.../cleanup/core/DatabaseCleanupInterceptor.groovy | 40 ++++-
.../core/DatabaseCleanupExtensionSpec.groovy | 64 +++++++
.../core/DatabaseCleanupInterceptorSpec.groovy | 184 +++++++++++++++++++--
7 files changed, 422 insertions(+), 17 deletions(-)