Gradle Test Run :respect-datalayer-repository:jvmTest[jvm]
givenPlaylistCreatedOnClient_whenUploadedOnServer_thenLoadsAsExpected[jvm]
summary
|
100%
successful |
standard output
2026-09-01 17:40:47.947 [Test worker @coroutine#239] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-09-01 17:40:47.947 [Test worker @coroutine#239] INFO io.ktor.server.Application - Application started in 0.038 seconds.
2026-09-01 17:40:47.948 [DefaultDispatcher-worker-2 @coroutine#248] INFO io.ktor.server.Application - Responding at http://0.0.0.0:37373
2026-09-01 17:40:47.989 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44
2026-09-01 17:40:47.990 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@66901888 for http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44
2026-09-01 17:40:47.990 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44 from class io.ktor.http.content.TextContent
2026-09-01 17:40:47.992 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE io.ktor.server.routing.Routing - Trace for [playlist, bc4617e7-c440-4545-8a73-b24b590b9e44]
/, segment:0 -> SUCCESS @ /
/playlist, segment:1 -> SUCCESS @ /playlist
/playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[bc4617e7-c440-4545-8a73-b24b590b9e44]] @ /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=[bc4617e7-c440-4545-8a73-b24b590b9e44]] @ /playlist/{uuid} [(method:POST)]
2026-09-01 17:40:47.992 [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/bc4617e7-c440-4545-8a73-b24b590b9e44
2026-09-01 17:40:47.993 [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/bc4617e7-c440-4545-8a73-b24b590b9e44 request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-09-01 17:40:47.994 [DefaultDispatcher-worker-1 @coroutine#246] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44
2026-09-01 17:40:47.994 [DefaultDispatcher-worker-1 @coroutine#246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44
2026-09-01 17:40:47.994 [DefaultDispatcher-worker-1 @coroutine#246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37373/playlist/bc4617e7-c440-4545-8a73-b24b590b9e44