This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch test/expand-integration-test-coverage
in repository https://gitbox.apache.org/repos/asf/grails-core.git
discard 309347c7fd fix: simplify timing interceptor test to avoid async race
condition
discard 197bad0400 fix: update AdvancedCachingServiceSpec to use startsWith
for list assertions
discard 0f0d78df10 fix: add UUID to list cache data for eviction verification
discard 55edc3cb16 fix: use proper JSON rendering in AdvancedCachingController
discard 66322fc04b fix: restore FlashChainForwardSpec with cookie-enabled HTTP
client
discard cca82edc35 fix: correct GORM test expectations and session handling
discard 9df8b009fc test(integration): Add comprehensive integration tests
based on documentation
discard 8ded2b4a4d fix(test): Fix CI failures in cache and app1 modules
discard 8430a3e184 test(integration): Implement incomplete test assertions and
expand coverage
discard bbb8249ac1 Merge pull request #15359 from
apache/test/expand-integration-test-coverage-suggestions
discard 745aa1c76e test(integration): Add comprehensive tests for datasources,
external config, and plugins
discard 38a7023387 refactor(test-examples): Make bindParams class-level in all
controllers
discard e0d3db5165 refactor(test-examples): Use explicit params.subMap() for
data binding
discard 76df61405f test(cache): Add comprehensive @Cacheable tests to
grails-test-examples
omit 71576e091f test: even more waits for assertions in slow CI
omit 00407bbb9f test: add another wait for assertions
omit 1a77940da9 test: add wait for assertions
omit 72e01faac8 test: fix assertions
omit 0c5cf0dbe4 test: add waitFor to validate server-side error
omit 8712675e4c test: suggestions for pr 15348
omit d620b49ef5 Fix functional test failures in gorm and scaffolding-fields
modules
omit 6c36c5a412 Fix failing integration tests in gorm and
scaffolding-fields modules
omit 90580883dc Add missing Apache License headers to GSP files
omit 3c062589dd Add GORM advanced query and relationship tests to app1
omit 4f8755d16c Add async events integration tests to pubsub demo
omit d320870137 Add GSP layout taglib and Micronaut integration tests
omit 6153fbcff0 Add advanced GORM integration tests and scaffolding module
omit 61b87c1a15 Add HTTP error handling, request/response, CORS, and file
upload tests
omit 5167b3c7de Add TagLib and command object DI integration tests
omit 43672ec977 Add data binding, codecs, and i18n integration tests
omit c602f2819c Add async/promises and interceptor integration tests
omit a7e63a0bef Add Spring events and caching integration tests
omit d665e49f19 Add content negotiation and URL mappings tests
omit 4741410f7e Add domain events and validation constraints tests
omit bc81b03935 Add service layer integration tests
add e69afe5d9d test(integration): Add comprehensive integration tests for
Grails features
add e4cb761c5d fix: Add Apache License headers and fix failing integration
tests
add e8adf0143f test: Review suggestions and stability improvements for
slow CI
add 0f21207d5f test(cache): Add comprehensive @Cacheable tests to
grails-test-examples
add 6b90174dfc refactor(test-examples): Use explicit params.subMap() for
data binding
add b585f97d2a test(integration): Add comprehensive tests for datasources,
external config, and plugins
add 4bf8d90c33 test(integration): Implement incomplete test assertions and
expand coverage
add 8b288c6a5b test(integration): Add comprehensive tests based on Grails
documentation
add b1389e7710 fix: Test stability and correctness improvements
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 (309347c7fd)
\
N -- N -- N refs/heads/test/expand-integration-test-coverage
(b1389e7710)
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: