This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch database-cleanup-feature
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 67c5794562 Add postgresql clean up support
new 1a91738cdf Ensure cleanup runs even if the clean methods fail on the
spec
new 730122d252 Add detailed timing to debug stats
The 2 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:
.../cleanup/core/DatabaseCleanupInterceptor.groovy | 89 ++++++++++----
.../cleanup/core/DatabaseCleanupStats.groovy | 75 ++++++++++++
.../core/DatabaseCleanupInterceptorSpec.groovy | 86 +++++++++++++-
.../cleanup/core/DatabaseCleanupStatsSpec.groovy | 130 +++++++++++++++++++++
.../testing/cleanup/h2/H2DatabaseCleaner.groovy | 3 +
.../postgresql/PostgresDatabaseCleaner.groovy | 6 +-
6 files changed, 362 insertions(+), 27 deletions(-)