Gradle Test Run :respect-datalayer-repository:jvmTest[jvm]

givenPlaylistCreatedOnClient_whenUploadedOnServer_thenLoadsAsExpected[jvm]

summary

1

tests

0

failures

0

skipped

1.156s

duration

100%

successful

standard output

2026-09-15 12:05:45.064 [Test worker @coroutine#239] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-09-15 12:05:45.065 [Test worker @coroutine#239] INFO  io.ktor.server.Application - Application started in 0.038 seconds.
2026-09-15 12:05:45.066 [DefaultDispatcher-worker-5 @coroutine#248] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:36265
2026-09-15 12:05:45.105 [DefaultDispatcher-worker-1 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e
2026-09-15 12:05:45.106 [DefaultDispatcher-worker-1 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@70cdf905 for http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e
2026-09-15 12:05:45.106 [DefaultDispatcher-worker-1 @coroutine#246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e from class io.ktor.http.content.TextContent
2026-09-15 12:05:45.108 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE io.ktor.server.routing.Routing - Trace for [playlist, 21473656-33e8-4278-80be-1be51989f55e]
/, segment:0 -> SUCCESS @ /
  /playlist, segment:1 -> SUCCESS @ /playlist
    /playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[21473656-33e8-4278-80be-1be51989f55e]] @ /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=[21473656-33e8-4278-80be-1be51989f55e]] @ /playlist/{uuid} [(method:POST)]
2026-09-15 12:05:45.108 [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/21473656-33e8-4278-80be-1be51989f55e
2026-09-15 12:05:45.109 [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/21473656-33e8-4278-80be-1be51989f55e request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-09-15 12:05:45.110 [DefaultDispatcher-worker-4 @coroutine#246] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e
2026-09-15 12:05:45.110 [DefaultDispatcher-worker-4 @coroutine#246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e
2026-09-15 12:05:45.110 [DefaultDispatcher-worker-4 @coroutine#246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36265/playlist/21473656-33e8-4278-80be-1be51989f55e