This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch test/document-datamapping-core-finders
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from b36024698a Fix RxSingleResultFinder/RxCountFinder specs to stub
singleResult() as Observable
add 63ba0e911b Close remaining PR #16154 patch-coverage gaps and fix a
silent-hang bug in RxSingleResultFinder
No new revisions were added by this update.
Summary of changes:
.../datastore/gorm/finders/CountFinderSpec.groovy | 36 +++++++++++
.../gorm/finders/DynamicFinderSpec.groovy | 58 ++++++++++++++++++
.../gorm/finders/ListOrderByFinderSpec.groovy | 52 ++++++++++++++++
.../gorm/finders/ListResultFinderSpec.groovy | 40 ++++++++++++
.../gorm/finders/SingleResultFinderSpec.groovy | 64 +++++++++++++++++++
.../gorm/rx/finders/RxSingleResultFinder.groovy | 71 ++++++++++++----------
.../gorm/rx/finders/RxCountFinderSpec.groovy | 31 ++++++++++
.../gorm/rx/finders/RxListResultFinderSpec.groovy | 49 +++++++++++++++
.../rx/finders/RxSingleResultFinderSpec.groovy | 63 ++++++++++++++++---
9 files changed, 423 insertions(+), 41 deletions(-)