AuthConfigIntegrationTest

1

tests

0

failures

0

ignored

1.845s

duration

100%

successful

Tests

Test Duration Result
authConfigReportsOidcMethodWithTheConfiguredIssuerAsAuthorityWithoutAnyLogin() 1.845s passed

Standard output

16:28:29.234 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [net.hostsharing.hsadminng.config.AuthConfigIntegrationTest]: AuthConfigIntegrationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
16:28:29.875 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.config.AuthConfigIntegrationTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v3.5.5)

2026-08-10T16:28:31.420Z  INFO 368 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : Starting AuthConfigIntegrationTest using Java 21.0.11 with PID 368 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/master-fc613b4dfd67)
2026-08-10T16:28:31.422Z  INFO 368 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : No active profile set, falling back to 1 default profile: "default"
2026-08-10T16:28:35.583Z  INFO 368 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-08-10T16:28:35.974Z  INFO 368 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 378 ms. Found 35 JPA repository interfaces.
2026-08-10T16:28:37.561Z  INFO 368 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T16:28:37.591Z  INFO 368 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T16:28:37.591Z  INFO 368 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T16:28:37.773Z  INFO 368 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-10T16:28:37.778Z  INFO 368 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5309 ms
2026-08-10T16:28:38.805Z  INFO 368 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-08-10T16:28:38.938Z  INFO 368 --- [    Test worker] org.testcontainers.images.PullPolicy     : Image pull policy will be performed by: DefaultPullPolicy()
2026-08-10T16:28:38.948Z  INFO 368 --- [    Test worker] o.t.utility.ImageNameSubstitutor         : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2026-08-10T16:28:38.963Z  INFO 368 --- [    Test worker] org.testcontainers.DockerClientFactory   : Testcontainers version: 1.21.4
2026-08-10T16:28:40.390Z  INFO 368 --- [    Test worker] o.t.d.DockerClientProviderStrategy       : Found Docker environment with Environment variables, system properties and defaults. Resolved dockerHost=unix:///var/run/docker.sock
2026-08-10T16:28:40.392Z  INFO 368 --- [    Test worker] org.testcontainers.DockerClientFactory   : Docker host IP address is localhost
2026-08-10T16:28:40.433Z  INFO 368 --- [    Test worker] org.testcontainers.DockerClientFactory   : Connected to docker: 
  Server Version: 26.1.5+dfsg1
  API Version: 1.45
  Operating System: Debian GNU/Linux 13 (trixie)
  Total Memory: 11967 MB
2026-08-10T16:28:40.436Z  WARN 368 --- [    Test worker] o.testcontainers.utility.ResourceReaper  : 
********************************************************************************
Ryuk has been disabled. This can cause unexpected behavior in your environment.
********************************************************************************
2026-08-10T16:28:40.457Z  INFO 368 --- [    Test worker] org.testcontainers.DockerClientFactory   : Checking the system...
2026-08-10T16:28:40.458Z  INFO 368 --- [    Test worker] org.testcontainers.DockerClientFactory   : ✔︎ Docker server version should be at least 1.6.0
2026-08-10T16:28:40.499Z  INFO 368 --- [    Test worker] tc.postgres:17.7-trixie                  : Creating container for image: postgres:17.7-trixie
2026-08-10T16:28:40.514Z  INFO 368 --- [    Test worker] o.t.utility.RegistryAuthLocator          : Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: postgres:17.7-trixie, configFile: /root/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /root/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
2026-08-10T16:28:40.767Z  INFO 368 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie is starting: e2d17e8556172c8d41c87d2c7e66ec37e5667b39115819e83222bdfaa8d42bf6
2026-08-10T16:28:42.131Z  INFO 368 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie started in PT1.632024729S
2026-08-10T16:28:42.132Z  INFO 368 --- [    Test worker] tc.postgres:17.7-trixie                  : Container is started (JDBC URL: jdbc:postgresql://localhost:32892/test?loggerLevel=OFF)
2026-08-10T16:28:42.664Z  INFO 368 --- [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.testcontainers.jdbc.ConnectionWrapper@41d7798
2026-08-10T16:28:42.667Z  INFO 368 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-08-10T16:28:45.864Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "tx_journal_v" does not exist, skipping
2026-08-10T16:28:46.310Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "delete_grants_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:28:46.312Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "delete_reference_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:28:46.385Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "subject_default_organization_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:28:46.455Z  WARN 368 --- [    Test worker] liquibase.executor                       : function rbac.determinecurrentsubjectorassumedrolesuuids(uuid,text) does not exist, skipping
2026-08-10T16:28:46.473Z  WARN 368 --- [    Test worker] liquibase.executor                       : procedure base.contextdefined(pg_catalog.varchar,text,pg_catalog.varchar,pg_catalog.varchar) does not exist, skipping
2026-08-10T16:28:46.474Z  WARN 368 --- [    Test worker] liquibase.executor                       : procedure base.definecontext(pg_catalog.varchar,text,pg_catalog.varchar,text) does not exist, skipping
2026-08-10T16:28:46.495Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "role_ev" does not exist, skipping
2026-08-10T16:28:46.517Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "grant_ev" does not exist, skipping
2026-08-10T16:28:46.558Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "subject_ev" does not exist, skipping
2026-08-10T16:28:46.595Z  WARN 368 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T16:28:46.596Z  WARN 368 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype,pg_catalog.bool) does not exist, skipping
2026-08-10T16:28:46.596Z  WARN 368 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T16:28:46.768Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "statistics_v" does not exist, skipping
2026-08-10T16:28:46.848Z  WARN 368 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T16:28:46.849Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: initializing table "rbac.global", , , []
2026-08-10T16:28:46.871Z  WARN 368 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T16:28:46.871Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:ADMIN, , , []
2026-08-10T16:28:46.879Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:guest, , , []
2026-08-10T16:28:46.918Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake test-realm admin users, , , []
2026-08-10T16:28:46.932Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: renaming seed subjects to realm-prefixed format, , , []
2026-08-10T16:28:46.947Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake Assembly group subjects, , , []
2026-08-10T16:28:46.968Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-fran_superuser, []
2026-08-10T16:28:46.968Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-alex_superuser, []
2026-08-10T16:28:46.984Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: renaming test-data subjects to realm-prefixed format, , , []
2026-08-10T16:28:47.000Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "check_valid_user_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:28:47.000Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "check_valid_group_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:28:47.000Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "check_valid_api_key_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:28:47.030Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: back-filling subject organization from the name prefix, , , []
2026-08-10T16:28:47.063Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "api_key_scope_scope_format" of relation "api_key_scope" does not exist, skipping
2026-08-10T16:28:47.091Z  WARN 368 --- [    Test worker] liquibase.executor                       : function rbac.create_api_key(uuid,pg_catalog.varchar,pg_catalog.varchar[]) does not exist, skipping
2026-08-10T16:28:47.172Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.customer permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:47.267Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test customer, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:47.331Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.package permissions for pre-exising rbactest.customer rows, , , []
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:28:47.516Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:28:47.517Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:28:47.517Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:28:47.631Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.domain permissions for pre-exising rbactest.package rows, , , []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T16:28:47.766Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T16:28:47.767Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T16:28:47.771Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T16:28:47.771Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T16:28:47.878Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:47.963Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_firstcontact, []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: first contact
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_secondcontact, []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: second contact
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_thirdcontact, []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: third contact
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fourthcontact, []
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: fourth contact
2026-08-10T16:28:47.964Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fifthcontact, []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: fifth contact
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_sixthcontact, []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: sixth contact
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_seventhcontact, []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: seventh contact
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eighthcontact, []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: eighth contact
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_ninthcontact, []
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: ninth contact
2026-08-10T16:28:47.965Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_tenthcontact, []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: tenth contact
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eleventhcontact, []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: eleventh contact
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_twelfthcontact, []
2026-08-10T16:28:47.966Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test contact: twelfth contact
2026-08-10T16:28:48.100Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostsharingeg, []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Hostsharing eG by person-HostsharingeG@example.com
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firstgmbh, []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: First GmbH by person-FirstGmbH@example.com
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firbysusan, []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Firby, Susan by person-FirbySusan@example.com
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_smithpeter, []
2026-08-10T16:28:48.101Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Smith, Peter by person-SmithPeter@example.com
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_tuckerjack, []
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Tucker, Jack by person-TuckerJack@example.com
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_foulerellie, []
2026-08-10T16:28:48.102Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Fouler, Ellie by person-FoulerEllie@example.com
2026-08-10T16:28:48.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_petersmith_thesecondhandandthriftstores_n_shippinge., []
2026-08-10T16:28:48.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K., Smith, Peter by person-PeterSmith-TheSecondHandandThrif@example.com
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_thirdohg, []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Third OHG by person-ThirdOHG@example.com
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_fourtheg, []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Fourth eG by person-FourtheG@example.com
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_erbenbesslermelbessler, []
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Erben Bessler, Mel, Bessler by person-ErbenBesslerMelBessler@example.com
2026-08-10T16:28:48.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_bessleranita, []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Anita by person-BesslerAnita@example.com
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_besslerbert, []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Bert by person-BesslerBert@example.com
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_winklerpaul, []
2026-08-10T16:28:48.109Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Winkler, Paul by person-WinklerPaul@example.com
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasteralex, []
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Alex by person-HostmasterAlex@example.com
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasterfran, []
2026-08-10T16:28:48.133Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Fran by person-HostmasterFran@example.com
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_userdrew, []
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: User, Drew by person-UserDrew@example.com
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_usertest, []
2026-08-10T16:28:48.134Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test person: User, Test by person-UserTest@example.com
2026-08-10T16:28:48.158Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "relation_check_debitor_anchor_person" of relation "relation" does not exist, skipping
2026-08-10T16:28:48.159Z  WARN 368 --- [    Test worker] liquibase.executor                       : function hs_office.relation_check_debitor_anchor_partner() does not exist, skipping
2026-08-10T16:28:48.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "relation_enforce_new_mark_by_global_admin_tg" for relation "hs_office.relation" does not exist, skipping
2026-08-10T16:28:48.235Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.relation permissions for pre-exising hs_office.person rows, , , []
2026-08-10T16:28:48.483Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating relation test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FirstGmbH
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (69c868e1-4950-40e0-aacf-85704d6e2c59): (69c868e1-4950-40e0-aacf-85704d6e2c59,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd): (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,0,LP,"First GmbH",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (3a3c060c-0bdc-4e46-97df-c6b1c6195317): (3a3c060c-0bdc-4e46-97df-c6b1c6195317,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-Firby
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd): (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,0,LP,"First GmbH",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (286c9c19-927c-4629-86cd-eeb246d0b674): (286c9c19-927c-4629-86cd-eeb246d0b674,0,NP,,,,Susan,Firby)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (3a3c060c-0bdc-4e46-97df-c6b1c6195317): (3a3c060c-0bdc-4e46-97df-c6b1c6195317,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-FirstGmbH
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd): (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,0,LP,"First GmbH",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd): (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,0,LP,"First GmbH",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (3a3c060c-0bdc-4e46-97df-c6b1c6195317): (3a3c060c-0bdc-4e46-97df-c6b1c6195317,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (69c868e1-4950-40e0-aacf-85704d6e2c59): (69c868e1-4950-40e0-aacf-85704d6e2c59,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (13056381-5881-46f6-9ae9-53d7c47e4b09): (13056381-5881-46f6-9ae9-53d7c47e4b09,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (61a3bf60-021e-472a-8a13-17448913c039): (61a3bf60-021e-472a-8a13-17448913c039,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-Smith
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (13056381-5881-46f6-9ae9-53d7c47e4b09): (13056381-5881-46f6-9ae9-53d7c47e4b09,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:48.484Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (61a3bf60-021e-472a-8a13-17448913c039): (61a3bf60-021e-472a-8a13-17448913c039,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (13056381-5881-46f6-9ae9-53d7c47e4b09): (13056381-5881-46f6-9ae9-53d7c47e4b09,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (13056381-5881-46f6-9ae9-53d7c47e4b09): (13056381-5881-46f6-9ae9-53d7c47e4b09,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (61a3bf60-021e-472a-8a13-17448913c039): (61a3bf60-021e-472a-8a13-17448913c039,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-ThirdOHG
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (69c868e1-4950-40e0-aacf-85704d6e2c59): (69c868e1-4950-40e0-aacf-85704d6e2c59,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (b6da62e4-23ae-4685-b8f9-c5a238dc75e8): (b6da62e4-23ae-4685-b8f9-c5a238dc75e8,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Tucker
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (4aba4071-b5d1-48a6-82fa-05fb437d07aa): (4aba4071-b5d1-48a6-82fa-05fb437d07aa,0,NP,,,,Jack,Tucker)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (b6da62e4-23ae-4685-b8f9-c5a238dc75e8): (b6da62e4-23ae-4685-b8f9-c5a238dc75e8,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-ThirdOHG
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (b6da62e4-23ae-4685-b8f9-c5a238dc75e8): (b6da62e4-23ae-4685-b8f9-c5a238dc75e8,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FourtheG
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (69c868e1-4950-40e0-aacf-85704d6e2c59): (69c868e1-4950-40e0-aacf-85704d6e2c59,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:28:48.485Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (75edaa96-3f1f-4f2a-80ff-88d701be7962): (75edaa96-3f1f-4f2a-80ff-88d701be7962,0,LP,"Fourth eG",,,,)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (2a2c91a0-ee65-496c-b37d-1dc118e88d69): (2a2c91a0-ee65-496c-b37d-1dc118e88d69,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-Fouler
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (75edaa96-3f1f-4f2a-80ff-88d701be7962): (75edaa96-3f1f-4f2a-80ff-88d701be7962,0,LP,"Fourth eG",,,,)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (e2b09779-d748-4cbd-9c52-0397f44446d2): (e2b09779-d748-4cbd-9c52-0397f44446d2,0,NP,,,,Ellie,Fouler)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (2a2c91a0-ee65-496c-b37d-1dc118e88d69): (2a2c91a0-ee65-496c-b37d-1dc118e88d69,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-FourtheG
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (75edaa96-3f1f-4f2a-80ff-88d701be7962): (75edaa96-3f1f-4f2a-80ff-88d701be7962,0,LP,"Fourth eG",,,,)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (75edaa96-3f1f-4f2a-80ff-88d701be7962): (75edaa96-3f1f-4f2a-80ff-88d701be7962,0,LP,"Fourth eG",,,,)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (2a2c91a0-ee65-496c-b37d-1dc118e88d69): (2a2c91a0-ee65-496c-b37d-1dc118e88d69,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-Smith
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (69c868e1-4950-40e0-aacf-85704d6e2c59): (69c868e1-4950-40e0-aacf-85704d6e2c59,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (52247772-f65b-4352-9c53-fe2e5314deb0): (52247772-f65b-4352-9c53-fe2e5314deb0,0,"sixth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@sixthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: Smith-Smith
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:48.486Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:48.492Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (b6da62e4-23ae-4685-b8f9-c5a238dc75e8): (b6da62e4-23ae-4685-b8f9-c5a238dc75e8,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.492Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Smith
2026-08-10T16:28:48.492Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using anchor person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.492Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using holder person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:48.492Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using contact (b6da62e4-23ae-4685-b8f9-c5a238dc75e8): (b6da62e4-23ae-4685-b8f9-c5a238dc75e8,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:28:48.615Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:48.723Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner_details permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:48.817Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:48.979Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating partner test-data , , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test partner: FirstGmbH-firstcontact
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partnerRel (cbc5d524-b29c-4af9-9f05-f69092da8220): (cbc5d524-b29c-4af9-9f05-f69092da8220,0,69c868e1-4950-40e0-aacf-85704d6e2c59,f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,3a3c060c-0bdc-4e46-97df-c6b1c6195317,PARTNER,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using person (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd): (f7043f17-d7eb-4378-97bf-0e8b6c3a5ddd,0,LP,"First GmbH",,,,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test partner: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partnerRel (aefa01a1-e505-4148-b368-9485e1857a69): (aefa01a1-e505-4148-b368-9485e1857a69,0,69c868e1-4950-40e0-aacf-85704d6e2c59,13056381-5881-46f6-9ae9-53d7c47e4b09,61a3bf60-021e-472a-8a13-17448913c039,PARTNER,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using person (13056381-5881-46f6-9ae9-53d7c47e4b09): (13056381-5881-46f6-9ae9-53d7c47e4b09,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test partner: ThirdOHG-thirdcontact
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partnerRel (798e208a-b1c6-41ab-a2ae-2befca917f2e): (798e208a-b1c6-41ab-a2ae-2befca917f2e,0,69c868e1-4950-40e0-aacf-85704d6e2c59,1da62824-c12f-4e6e-a2e5-a2e1a705156a,b6da62e4-23ae-4685-b8f9-c5a238dc75e8,PARTNER,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using person (1da62824-c12f-4e6e-a2e5-a2e1a705156a): (1da62824-c12f-4e6e-a2e5-a2e1a705156a,0,IF,"Third OHG",,,,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test partner: FourtheG-fourthcontact
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partnerRel (7e1f02f5-6517-416c-8b96-738488133058): (7e1f02f5-6517-416c-8b96-738488133058,0,69c868e1-4950-40e0-aacf-85704d6e2c59,75edaa96-3f1f-4f2a-80ff-88d701be7962,2a2c91a0-ee65-496c-b37d-1dc118e88d69,PARTNER,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using person (75edaa96-3f1f-4f2a-80ff-88d701be7962): (75edaa96-3f1f-4f2a-80ff-88d701be7962,0,LP,"Fourth eG",,,,)
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test partner: Smith-fifthcontact
2026-08-10T16:28:48.980Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partnerRel (29610008-7a51-42e8-8981-9a603cc49891): (29610008-7a51-42e8-8981-9a603cc49891,0,69c868e1-4950-40e0-aacf-85704d6e2c59,0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,52247772-f65b-4352-9c53-fe2e5314deb0,PARTNER,)
2026-08-10T16:28:48.981Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using person (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96): (0a39cc13-9454-4d4c-83c0-fc3bfa4eee96,0,NP,,,,Peter,Smith)
2026-08-10T16:28:49.162Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , , []
2026-08-10T16:28:49.163Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_firstgmbh, []
2026-08-10T16:28:49.163Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: First GmbH
2026-08-10T16:28:49.163Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith, []
2026-08-10T16:28:49.163Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith_thesecondhandandthriftstores_n_shipp, []
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_thirdohg, []
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Third OHG
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_fourtheg, []
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Fourth eG
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_melbessler, []
2026-08-10T16:28:49.168Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Mel Bessler
2026-08-10T16:28:49.169Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_anitabessler, []
2026-08-10T16:28:49.169Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Anita Bessler
2026-08-10T16:28:49.169Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_paulwinkler, []
2026-08-10T16:28:49.169Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Paul Winkler
2026-08-10T16:28:49.204Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.debitor permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:49.260Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating debitor test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:49.260Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test debitor: FirstGmbH-firstcontact (#11)
2026-08-10T16:28:49.260Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test debitor: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact (#12)
2026-08-10T16:28:49.260Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test debitor: ThirdOHG-thirdcontact (#13)
2026-08-10T16:28:49.290Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.sepamandate permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T16:28:49.325Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:49.387Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating SEPA-mandate test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000111
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (bbaa15c2-a989-4d4d-a7fc-32504d76bca6): (bbaa15c2-a989-4d4d-a7fc-32504d76bca6,0,11,9f3238e2-d915-445d-9f4c-cd8b83a9859b,t,,,t,f,025775c4-9424-4678-af69-273368cf662a,fir)
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using bankAccount (025775c4-9424-4678-af69-273368cf662a): (025775c4-9424-4678-af69-273368cf662a,0,"First GmbH",DE02120300000000202051,BYLADEM1001)
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000212
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (214c0ee3-eb3f-4f12-a24b-20d556505e99): (214c0ee3-eb3f-4f12-a24b-20d556505e99,0,12,a0c5cc97-3c04-4564-82bf-c20f0a3bf29d,t,,,t,f,ea65fbb6-d944-4779-8692-6d5b03abc7f9,sec)
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using bankAccount (ea65fbb6-d944-4779-8692-6d5b03abc7f9): (ea65fbb6-d944-4779-8692-6d5b03abc7f9,0,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",DE02100500000054540402,BELADEBE)
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000313
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (58b5ec5e-63d4-4e9d-b84e-c6b3da806def): (58b5ec5e-63d4-4e9d-b84e-c6b3da806def,0,13,c7d13253-c0e1-4e36-a850-7a0e25207b54,t,,,t,f,d957d6ca-3c6e-4110-b5ae-fc4b016433b6,thi)
2026-08-10T16:28:49.388Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using bankAccount (d957d6ca-3c6e-4110-b5ae-fc4b016433b6): (d957d6ca-3c6e-4110-b5ae-fc4b016433b6,0,"Third OHG",DE02300209000106531065,CMCIDEDD)
2026-08-10T16:28:49.425Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.membership permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating Membership test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10001 01
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partner (6eed5860-bc66-4a0f-94d4-e5b58f9105a5): (6eed5860-bc66-4a0f-94d4-e5b58f9105a5,0,10001,cbc5d524-b29c-4af9-9f05-f69092da8220,683c3331-bac0-4ebd-b2b7-f1e660bc4489)
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10002 02
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partner (6840031a-60d7-44cc-88c0-588f89ab6685): (6840031a-60d7-44cc-88c0-588f89ab6685,0,10002,aefa01a1-e505-4148-b368-9485e1857a69,4757a50d-51d8-4df5-813f-582cd4cd028e)
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10003 03
2026-08-10T16:28:49.477Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using partner (e2117129-84bd-4903-aac6-0bf0876b9799): (e2117129-84bd-4903-aac6-0bf0876b9799,0,10003,798e208a-b1c6-41ab-a2ae-2befca917f2e,2c547ce9-27a6-4a24-9d56-833009ede182)
2026-08-10T16:28:49.524Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "check_positive_total_shares_count" of relation "coopsharetx" does not exist, skipping
2026-08-10T16:28:49.525Z  WARN 368 --- [    Test worker] liquibase.executor                       : function hs_office.coopsharestx_check_positive_total() does not exist, skipping
2026-08-10T16:28:49.525Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "positive_total_shares_count_tg" for relation "hs_office.coopsharetx" does not exist, skipping
2026-08-10T16:28:49.561Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopsharetx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T16:28:49.607Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:49.724Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopSharesTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:49.724Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000101
2026-08-10T16:28:49.725Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000202
2026-08-10T16:28:49.725Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000303
2026-08-10T16:28:49.754Z  WARN 368 --- [    Test worker] liquibase.executor                       : constraint "coopassetstx_check_positive_total" of relation "coopassettx" does not exist, skipping
2026-08-10T16:28:49.754Z  WARN 368 --- [    Test worker] liquibase.executor                       : function hs_office.coopassetstx_check_positive_total() does not exist, skipping
2026-08-10T16:28:49.754Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "positive_total_assets_count_tg" for relation "hs_office.coopassettx" does not exist, skipping
2026-08-10T16:28:49.782Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopassettx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T16:28:49.821Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:49.884Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopAssetsTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:49.884Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000101
2026-08-10T16:28:49.884Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000202
2026-08-10T16:28:49.884Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000303
2026-08-10T16:28:49.988Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.project permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T16:28:50.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:50.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-project: 11
2026-08-10T16:28:50.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (bbaa15c2-a989-4d4d-a7fc-32504d76bca6): (bbaa15c2-a989-4d4d-a7fc-32504d76bca6,0,11,9f3238e2-d915-445d-9f4c-cd8b83a9859b,t,,,t,f,025775c4-9424-4678-af69-273368cf662a,fir)
2026-08-10T16:28:50.107Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-project: 12
2026-08-10T16:28:50.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (214c0ee3-eb3f-4f12-a24b-20d556505e99): (214c0ee3-eb3f-4f12-a24b-20d556505e99,0,12,a0c5cc97-3c04-4564-82bf-c20f0a3bf29d,t,,,t,f,ea65fbb6-d944-4779-8692-6d5b03abc7f9,sec)
2026-08-10T16:28:50.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-project: 13
2026-08-10T16:28:50.108Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using debitor (58b5ec5e-63d4-4e9d-b84e-c6b3da806def): (58b5ec5e-63d4-4e9d-b84e-c6b3da806def,0,13,c7d13253-c0e1-4e36-a850-7a0e25207b54,t,,,t,f,d957d6ca-3c6e-4110-b5ae-fc4b016433b6,thi)
2026-08-10T16:28:50.157Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:28:50.158Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising hs_booking.project rows, , , []
2026-08-10T16:28:50.447Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-item test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:50.448Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000111
2026-08-10T16:28:50.448Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using project (472bbaf5-fede-4fb0-90cb-3732bedd8e95): (472bbaf5-fede-4fb0-90cb-3732bedd8e95,0,bbaa15c2-a989-4d4d-a7fc-32504d76bca6,"D-1000111 default project")
2026-08-10T16:28:50.448Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000212
2026-08-10T16:28:50.448Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using project (d867493b-190a-4a4f-a2d0-5c51cee86942): (d867493b-190a-4a4f-a2d0-5c51cee86942,0,214c0ee3-eb3f-4f12-a24b-20d556505e99,"D-1000212 default project")
2026-08-10T16:28:50.449Z  WARN 368 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000313
2026-08-10T16:28:50.449Z  WARN 368 --- [    Test worker] liquibase.executor                       : - using project (6a3bbe11-de60-4338-839b-06c858b792aa): (6a3bbe11-de60-4338-839b-06c858b792aa,0,58b5ec5e-63d4-4e9d-b84e-c6b3da806def,"D-1000313 default project")
2026-08-10T16:28:50.557Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:28:51.851Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:51.851Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:51.852Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:51.852Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:51.879Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "hs_statistics_v" does not exist, skipping
2026-08-10T16:28:51.935Z  WARN 368 --- [    Test worker] liquibase.executor                       : view "account_ev" does not exist, skipping
2026-08-10T16:28:51.963Z  WARN 368 --- [    Test worker] liquibase.executor                       : trigger "assert_account_subject_is_user_tg" for relation "hs_accounts.account" does not exist, skipping
2026-08-10T16:28:52.023Z  WARN 368 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:28:53.996Z  INFO 368 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-08-10T16:28:54.253Z  INFO 368 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.26.Final
2026-08-10T16:28:54.328Z  INFO 368 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-08-10T16:28:54.922Z  INFO 368 --- [    Test worker] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'proxyDataSourceDecorator [net.ttddyy.dsproxy.support.ProxyDataSource] -> dataSource [com.zaxxer.hikari.HikariDataSource]']
	Database driver: undefined/unknown
	Database version: 15.5
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-08-10T16:28:55.679Z  INFO 368 --- [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-08-10T16:28:56.693Z  WARN 368 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.debitor.HsOfficeDebitorEntity.partner' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:28:56.693Z  WARN 368 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.debitor.HsOfficeDebitorEntity.refundBankAccount' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:28:56.746Z  WARN 368 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.partner.HsOfficePartnerRbacEntity.details' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:28:56.755Z  WARN 368 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.partner.HsOfficePartnerRealEntity.details' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:29:00.860Z  INFO 368 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-08-10T16:29:00.863Z  INFO 368 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-08-10T16:29:01.552Z  INFO 368 --- [    Test worker] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-08-10T16:29:07.675Z  WARN 368 --- [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2026-08-10T16:29:08.862Z  WARN 368 --- [    Test worker] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'metric-links' contains invalid characters, please migrate to a valid format.
2026-08-10T16:29:10.410Z  INFO 368 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 38759 (http) with context path '/'
2026-08-10T16:29:10.488Z  INFO 368 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T16:29:10.491Z  INFO 368 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T16:29:10.492Z  INFO 368 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T16:29:10.509Z  INFO 368 --- [    Test worker] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2026-08-10T16:29:10.510Z  INFO 368 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 96 ms
2026-08-10T16:29:10.535Z  INFO 368 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 5 endpoints beneath base path '/actuator'
2026-08-10T16:29:10.584Z  INFO 368 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 35853 (http) with context path '/'
2026-08-10T16:29:10.609Z  INFO 368 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : Started AuthConfigIntegrationTest in 40.364 seconds (process running for 46.289)
2026-08-10T16:29:11.966Z  INFO 368 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-10T16:29:11.967Z  INFO 368 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-10T16:29:11.974Z  INFO 368 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms

Standard error

Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/gradle-user-home/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.7/fbf3d6d649ed37fc9e9c59480a05be0a26e3c2da/byte-buddy-agent-1.17.7.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release