Gradle Test Run :respect-datalayer-repository:jvmTest[jvm]
givenPlaylistCreatedOnClient_whenUploadedOnServer_thenLoadsAsExpected[jvm]
summary
|
100%
successful |
standard output
2026-08-18 23:10:11.862 [Test worker @coroutine#239] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-08-18 23:10:11.863 [Test worker @coroutine#239] INFO io.ktor.server.Application - Application started in 0.071 seconds.
2026-08-18 23:10:11.864 [DefaultDispatcher-worker-5 @coroutine#248] INFO io.ktor.server.Application - Responding at http://0.0.0.0:37685
2026-08-18 23:10:11.956 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48
2026-08-18 23:10:11.956 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@425aff49 for http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48
2026-08-18 23:10:11.956 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48 from class io.ktor.http.content.TextContent
2026-08-18 23:10:11.958 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE io.ktor.server.routing.Routing - Trace for [playlist, 7d5dc163-fa51-488f-b7eb-4979a71b6a48]
/, segment:0 -> SUCCESS @ /
/playlist, segment:1 -> SUCCESS @ /playlist
/playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[7d5dc163-fa51-488f-b7eb-4979a71b6a48]] @ /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=[7d5dc163-fa51-488f-b7eb-4979a71b6a48]] @ /playlist/{uuid} [(method:POST)]
2026-08-18 23:10:11.959 [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/7d5dc163-fa51-488f-b7eb-4979a71b6a48
2026-08-18 23:10:11.960 [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/7d5dc163-fa51-488f-b7eb-4979a71b6a48 request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-08-18 23:10:11.961 [DefaultDispatcher-worker-5 @coroutine#246] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48
2026-08-18 23:10:11.961 [DefaultDispatcher-worker-5 @coroutine#246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48
2026-08-18 23:10:11.961 [DefaultDispatcher-worker-5 @coroutine#246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37685/playlist/7d5dc163-fa51-488f-b7eb-4979a71b6a48