test: adjust failed argument tests #3093
Triggered via pull request
October 10, 2025 09:28
Status
Failure
Total duration
1h 22m 11s
Artifacts
–
Annotations
9 errors and 1 warning
JettyParameterBindingSpec.test list to single error:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyParameterBindingSpec.groovy#L97
Condition not satisfied:
response.body().contains('Failed to convert argument')
| | |
| | false
| {"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}
<io.micronaut.http.client.netty.FullNettyClientHttpResponse@65f953d3 headers=io.micronaut.http.netty.NettyHttpHeaders@d1eb341 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@144a7ad5 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(freed, components=2))
HTTP/1.1 400 Bad Request
Server: Jetty(12.1.2)
Date: Fri, 10 Oct 2025 10:48:57 GMT
Content-Type: application/json
Content-Length: 224 unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 224, cap: 224)) convertedBodies=[JsonError:Optional[Bad Request], String:Optional[{"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@169f4020 body={"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"} conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@419e0ee5>
|
Gradle Test Executor 11.failed to execute tests (failure 1/5):
Gradle Test Executor 11#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not start Gradle Test Executor 11.
|
Gradle Test Executor 11.failed to execute tests (failure 2/5):
Gradle Test Executor 11#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.$SimpleServerTest$Definition$Exec'.
|
Gradle Test Executor 11.failed to execute tests (failure 3/5):
Gradle Test Executor 11#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.$SimpleServerTest$Definition'.
|
Gradle Test Executor 11.failed to execute tests (failure 4/5):
Gradle Test Executor 11#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.SimpleServerTest'.
|
Gradle Test Executor 11.failed to execute tests (failure 5/5):
Gradle Test Executor 11#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 11.
|
build (21)
Process completed with exit code 1.
|
build (17)
The operation was canceled.
|
build (17)
The strategy configuration was canceled because "build._21" failed
|
build (17)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|