Gradle Test Run :respect-datalayer-repository:jvmTest[jvm]
givenPlaylistCreatedOnClient_whenUploadedOnServer_thenLoadsAsExpected[jvm]
summary
|
100%
successful |
standard output
2026-08-19 23:10:06.780 [Test worker @coroutine#239] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-08-19 23:10:06.781 [Test worker @coroutine#239] INFO io.ktor.server.Application - Application started in 0.045 seconds.
2026-08-19 23:10:06.782 [DefaultDispatcher-worker-2 @coroutine#248] INFO io.ktor.server.Application - Responding at http://0.0.0.0:45383
2026-08-19 23:10:06.822 [DefaultDispatcher-worker-4 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189
2026-08-19 23:10:06.823 [DefaultDispatcher-worker-4 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@4bbc01b2 for http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189
2026-08-19 23:10:06.823 [DefaultDispatcher-worker-4 @coroutine#246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189 from class io.ktor.http.content.TextContent
2026-08-19 23:10:06.825 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE io.ktor.server.routing.Routing - Trace for [playlist, c194c230-a25c-4f45-b26a-d96fbaa17189]
/, segment:0 -> SUCCESS @ /
/playlist, segment:1 -> SUCCESS @ /playlist
/playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[c194c230-a25c-4f45-b26a-d96fbaa17189]] @ /playlist/{uuid}
/playlist/{uuid} [(method:GET)], segment:2 -> FAILURE "Selector didn't match" @ /playlist/{uuid} [(method:GET)]
/playlist/{uuid} [(method:POST)], segment:2 -> SUCCESS @ /playlist/{uuid} [(method:POST)]
Matched routes:
"" -> "playlist" -> "{uuid}" -> "(method:POST)"
Routing resolve result:
SUCCESS; Parameters [uuid=[c194c230-a25c-4f45-b26a-d96fbaa17189]] @ /playlist/{uuid} [(method:POST)]
2026-08-19 23:10:06.825 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteChannel and expected type TypeInfo(world.respect.lib.opds.model.OpdsFeed) for call /playlist/c194c230-a25c-4f45-b26a-d96fbaa17189
2026-08-19 23:10:06.826 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /playlist/c194c230-a25c-4f45-b26a-d96fbaa17189 request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-08-19 23:10:06.827 [DefaultDispatcher-worker-5 @coroutine#246] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189
2026-08-19 23:10:06.827 [DefaultDispatcher-worker-5 @coroutine#246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189
2026-08-19 23:10:06.827 [DefaultDispatcher-worker-5 @coroutine#246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45383/playlist/c194c230-a25c-4f45-b26a-d96fbaa17189