The GitHub Actions job "CI" on grails-core.git/perf/request-path-8.0.x has 
failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
aaefad82fc5bf8894beae73f390924eda3af1ba6 / Scott Murphy Heiberg 
<[email protected]>
Isolate the domain binding spec from discovery strategies left by other tests

Holders keeps its application discovery strategies in a static list and 
consults them in
registration order, and tests share a JVM fork. The spec registered its own 
strategy but did
not clear the list first, so a strategy left behind by an earlier test - 
holding an application
context that had since been closed - was asked first and threw 
IllegalStateException before the
spec's strategy was reached.

Clearing in setup as well as cleanup makes the spec independent of whatever ran 
before it.

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

With regards,
GitHub Actions via GitBox

Reply via email to