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

givenPersonWrittenLocally_whenStored_thenWillSendToRemote[jvm]

summary

1

tests

0

failures

0

skipped

1.167s

duration

100%

successful

standard output

2026-08-19 12:05:23.048 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Autoreload is disabled because the development mode is off.
2026-08-19 12:05:23.049 [Test worker @coroutine#142] INFO  io.ktor.server.Application - Application started in 0.039 seconds.
2026-08-19 12:05:23.050 [DefaultDispatcher-worker-2 @coroutine#151] INFO  io.ktor.server.Application - Responding at http://0.0.0.0:33545
2026-08-19 12:05:23.095 [DefaultDispatcher-worker-5 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:33545/api/school/respect/person
2026-08-19 12:05:23.095 [DefaultDispatcher-worker-5 @coroutine#149] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@4d3ba9ad for http://localhost:33545/api/school/respect/person
2026-08-19 12:05:23.095 [DefaultDispatcher-worker-5 @coroutine#149] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33545/api/school/respect/person from class io.ktor.http.content.TextContent
2026-08-19 12:05:23.100 [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 12:05:23.103 [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 12:05:23.105 [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 12:05:23.106 [DefaultDispatcher-worker-2 @coroutine#149] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:33545/api/school/respect/person
2026-08-19 12:05:23.106 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33545/api/school/respect/person
2026-08-19 12:05:23.106 [DefaultDispatcher-worker-2 @coroutine#149] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33545/api/school/respect/person