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

givenPersonWrittenLocally_whenStored_thenWillSendToRemote[jvm]

summary

1

tests

0

failures

0

skipped

1.151s

duration

100%

successful

standard output

2026-08-19 23:09:59.944 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-08-19 23:09:59.945 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Application started in 0.039 seconds.
2026-08-19 23:09:59.946 [DefaultDispatcher-worker-2 @coroutine#151] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:43901
2026-08-19 23:09:59.988 [DefaultDispatcher-worker-4 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:43901/api/school/respect/person
2026-08-19 23:09:59.989 [DefaultDispatcher-worker-4 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@2fd138d3 for http://localhost:43901/api/school/respect/person
2026-08-19 23:09:59.989 [DefaultDispatcher-worker-4 @coroutine#149] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:43901/api/school/respect/person from class io.ktor.http.content.TextContent
2026-08-19 23:09:59.993 [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-08-19 23:09:59.996 [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-08-19 23:09:59.998 [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-08-19 23:09:59.999 [DefaultDispatcher-worker-2 @coroutine#149] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:43901/api/school/respect/person
2026-08-19 23:09:59.999 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:43901/api/school/respect/person
2026-08-19 23:09:59.999 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:43901/api/school/respect/person