You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit makes sure that the resolution of test resources happens
on the blocking executors. Without this, if an exception was thrown
during startup of a test container, then the Netty event loop was
corrupted and the server stopped responding.
Copy file name to clipboardExpand all lines: test-resources-server/src/test/groovy/io/micronaut/testresources/server/TestResourcesControllerTest.groovy
+53-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ class TestResourcesControllerTest extends Specification {
20
20
21
21
def"verifies that server can instantiate container"() {
0 commit comments