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

givenPersonWrittenLocally_whenStored_thenWillSendToRemote[jvm]

summary

1

tests

0

failures

0

skipped

1.161s

duration

100%

successful

standard output

2026-09-12 12:05:18.513 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-09-12 12:05:18.514 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Application started in 0.04 seconds.
2026-09-12 12:05:18.515 [DefaultDispatcher-worker-1 @coroutine#151] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:45081
2026-09-12 12:05:18.560 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:45081/api/school/respect/person
2026-09-12 12:05:18.561 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@70facdf4 for http://localhost:45081/api/school/respect/person
2026-09-12 12:05:18.561 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45081/api/school/respect/person from class io.ktor.http.content.TextContent
2026-09-12 12:05:18.564 [eventLoopGroupProxy-22-1 @call-handler#160] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person]
/, segment:0 -> SUCCESS @ /
  /api, segment:1 -> SUCCESS @ /api
    /api/school, segment:2 -> SUCCESS @ /api/school
      /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect
        /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person
          /api/school/respect/person [(method:GET)], segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person [(method:GET)]
          /api/school/respect/person [(method:POST)], segment:4 -> SUCCESS @ /api/school/respect/person [(method:POST)]
Matched routes:
  "" -> "api" -> "school" -> "respect" -> "person" -> "(method:POST)"
Routing resolve result:
  SUCCESS @ /api/school/respect/person [(method:POST)]
2026-09-12 12:05:18.568 [eventLoopGroupProxy-22-1 @call-handler#160] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteChannel and expected type TypeInfo(kotlin.collections.List<world.respect.datalayer.school.model.Person>) for call /api/school/respect/person
2026-09-12 12:05:18.569 [eventLoopGroupProxy-22-1 @call-handler#160] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /api/school/respect/person request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType].
2026-09-12 12:05:18.570 [DefaultDispatcher-worker-3 @coroutine#149] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:45081/api/school/respect/person
2026-09-12 12:05:18.570 [DefaultDispatcher-worker-3 @coroutine#149] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45081/api/school/respect/person
2026-09-12 12:05:18.570 [DefaultDispatcher-worker-3 @coroutine#149] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45081/api/school/respect/person