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

givenPlaylistCreatedOnClient_whenUploadedOnServer_thenLoadsAsExpected[jvm]

summary

1

tests

0

failures

0

skipped

1.155s

duration

100%

successful

standard output

2026-09-09 12:05:39.981 [Test worker @coroutine#239] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-09-09 12:05:39.982 [Test worker @coroutine#239] INFO  io.ktor.server.Application - Application started in 0.039 seconds.
2026-09-09 12:05:39.983 [DefaultDispatcher-worker-1 @coroutine#248] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:39107
2026-09-09 12:05:40.025 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85
2026-09-09 12:05:40.025 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@1d730680 for http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85
2026-09-09 12:05:40.025 [DefaultDispatcher-worker-2 @coroutine#246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85 from class io.ktor.http.content.TextContent
2026-09-09 12:05:40.028 [eventLoopGroupProxy-34-1 @call-handler#255] TRACE io.ktor.server.routing.Routing - Trace for [playlist, 6f4ddda6-35f2-473d-bd27-f00f139a5f85]
/, segment:0 -> SUCCESS @ /
  /playlist, segment:1 -> SUCCESS @ /playlist
    /playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[6f4ddda6-35f2-473d-bd27-f00f139a5f85]] @ /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=[6f4ddda6-35f2-473d-bd27-f00f139a5f85]] @ /playlist/{uuid} [(method:POST)]
2026-09-09 12:05:40.028 [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/6f4ddda6-35f2-473d-bd27-f00f139a5f85
2026-09-09 12:05:40.030 [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/6f4ddda6-35f2-473d-bd27-f00f139a5f85 request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-09-09 12:05:40.030 [DefaultDispatcher-worker-3 @coroutine#246] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85
2026-09-09 12:05:40.031 [DefaultDispatcher-worker-3 @coroutine#246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85
2026-09-09 12:05:40.031 [DefaultDispatcher-worker-3 @coroutine#246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:39107/playlist/6f4ddda6-35f2-473d-bd27-f00f139a5f85