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

givenPlaylistSavedOnServer_whenAccessedOnClient_thenLoadsAsExpected[jvm]

summary

1

tests

0

failures

0

skipped

1.173s

duration

100%

successful

standard output

2026-08-19 12:05:28.553 [Test worker @coroutine#222] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-08-19 12:05:28.554 [Test worker @coroutine#222] INFO  io.ktor.server.Application - Application started in 0.044 seconds.
2026-08-19 12:05:28.555 [DefaultDispatcher-worker-2 @coroutine#232] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:40861
2026-08-19 12:05:28.557 [Test worker @coroutine#222] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4
2026-08-19 12:05:28.557 [Test worker @coroutine#222] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4.
2026-08-19 12:05:28.560 [eventLoopGroupProxy-31-1 @call-handler#235] TRACE io.ktor.server.routing.Routing - Trace for [playlist, 6c70b641-c090-4672-8b2e-88fce316a8d4]
/, segment:0 -> SUCCESS @ /
  /playlist, segment:1 -> SUCCESS @ /playlist
    /playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[6c70b641-c090-4672-8b2e-88fce316a8d4]] @ /playlist/{uuid}
      /playlist/{uuid} [(method:GET)], segment:2 -> SUCCESS @ /playlist/{uuid} [(method:GET)]
      /playlist/{uuid} [(method:POST)], segment:2 -> FAILURE "Selector didn't match" @ /playlist/{uuid} [(method:POST)]
Matched routes:
  "" -> "playlist" -> "{uuid}" -> "(method:GET)"
Routing resolve result:
  SUCCESS; Parameters [uuid=[6c70b641-c090-4672-8b2e-88fce316a8d4]] @ /playlist/{uuid} [(method:GET)]
2026-08-19 12:05:28.566 [Test worker @coroutine#222] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4
2026-08-19 12:05:28.566 [Test worker @coroutine#222] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4
2026-08-19 12:05:28.566 [Test worker @coroutine#222] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4
2026-08-19 12:05:28.566 [Test worker @coroutine#222] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class world.respect.lib.opds.model.OpdsFeed for http://localhost:40861/playlist/6c70b641-c090-4672-8b2e-88fce316a8d4.