The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/test/expand-integration-test-coverage has failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
66322fc04ba8beaf5efab1b9c04c7df01f3eacdb / James Fredley 
<[email protected]>
fix: restore FlashChainForwardSpec with cookie-enabled HTTP client

Flash scope and chain model rely on HTTP session cookies. The default
Micronaut HTTP client follows redirects but doesn't propagate session
cookies. Fixed by:
- Using a no-redirect HTTP client configuration
- Manually following redirects with session cookie propagation
- Adding followRedirectWithSession() for flash tests
- Adding followChainWithSession() for chain tests (handles multiple redirects)

All 14 tests now passing:
- Flash message survives redirect
- Multiple flash values with different types
- flash.now for same-request values
- Flash is cleared after being read
- Chain accumulates model across actions
- Chain preserves params
- Chain to different controller
- Forward keeps same request
- Forward with params
- Forward to different controller
- Redirect preserves all params
- Redirect to uri
- Redirect reaches target
- Chain model is empty when not chained

Report URL: https://github.com/apache/grails-core/actions/runs/21531574898

With regards,
GitHub Actions via GitBox

Reply via email to