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

givenPersonWrittenLocally_whenStored_thenWillSendToRemote[jvm]

summary

1

tests

0

failures

0

skipped

1.160s

duration

100%

successful

standard output

2026-09-14 12:05:43.697 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-09-14 12:05:43.698 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Application started in 0.038 seconds.
2026-09-14 12:05:43.699 [DefaultDispatcher-worker-2 @coroutine#151] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:40557
2026-09-14 12:05:43.742 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:40557/api/school/respect/person
2026-09-14 12:05:43.743 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@506243c0 for http://localhost:40557/api/school/respect/person
2026-09-14 12:05:43.743 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40557/api/school/respect/person from class io.ktor.http.content.TextContent
2026-09-14 12:05:43.746 [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-14 12:05:43.749 [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-14 12:05:43.751 [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-14 12:05:43.752 [DefaultDispatcher-worker-5 @coroutine#149] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:40557/api/school/respect/person
2026-09-14 12:05:43.752 [DefaultDispatcher-worker-5 @coroutine#149] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40557/api/school/respect/person
2026-09-14 12:05:43.752 [DefaultDispatcher-worker-5 @coroutine#149] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40557/api/school/respect/person