AuthConfigIntegrationTest

1

tests

0

failures

0

ignored

1.288s

duration

100%

successful

Tests

Test Duration Result
authConfigReportsOidcMethodWithTheConfiguredIssuerAsAuthorityWithoutAnyLogin() 1.288s passed

Standard output

13:32:02.762 [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.
13:32:03.650 [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-10T13:32:06.102Z  INFO 370 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : Starting AuthConfigIntegrationTest using Java 21.0.11 with PID 370 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/mihoe_base-tx-context-seqTxId-performance-3915db90eedb)
2026-08-10T13:32:06.111Z  INFO 370 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : No active profile set, falling back to 1 default profile: "default"
2026-08-10T13:32:11.043Z  INFO 370 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-08-10T13:32:11.552Z  INFO 370 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 478 ms. Found 35 JPA repository interfaces.
2026-08-10T13:32:14.342Z  INFO 370 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T13:32:14.384Z  INFO 370 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T13:32:14.384Z  INFO 370 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T13:32:14.526Z  INFO 370 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-10T13:32:14.530Z  INFO 370 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7312 ms
2026-08-10T13:32:15.402Z  INFO 370 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-08-10T13:32:15.512Z  INFO 370 --- [    Test worker] org.testcontainers.images.PullPolicy     : Image pull policy will be performed by: DefaultPullPolicy()
2026-08-10T13:32:15.514Z  INFO 370 --- [    Test worker] o.t.utility.ImageNameSubstitutor         : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2026-08-10T13:32:15.533Z  INFO 370 --- [    Test worker] org.testcontainers.DockerClientFactory   : Testcontainers version: 1.21.4
2026-08-10T13:32:17.241Z  INFO 370 --- [    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-10T13:32:17.243Z  INFO 370 --- [    Test worker] org.testcontainers.DockerClientFactory   : Docker host IP address is localhost
2026-08-10T13:32:17.290Z  INFO 370 --- [    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-10T13:32:17.294Z  WARN 370 --- [    Test worker] o.testcontainers.utility.ResourceReaper  : 
********************************************************************************
Ryuk has been disabled. This can cause unexpected behavior in your environment.
********************************************************************************
2026-08-10T13:32:17.307Z  INFO 370 --- [    Test worker] org.testcontainers.DockerClientFactory   : Checking the system...
2026-08-10T13:32:17.312Z  INFO 370 --- [    Test worker] org.testcontainers.DockerClientFactory   : ✔︎ Docker server version should be at least 1.6.0
2026-08-10T13:32:17.347Z  INFO 370 --- [    Test worker] tc.postgres:17.7-trixie                  : Creating container for image: postgres:17.7-trixie
2026-08-10T13:32:17.366Z  INFO 370 --- [    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-10T13:32:17.676Z  INFO 370 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie is starting: 1247c9c395a4745e581aa4a85cde77b7b719f6d62a1a42e253c8354d840c2090
2026-08-10T13:32:19.114Z  INFO 370 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie started in PT1.767175546S
2026-08-10T13:32:19.118Z  INFO 370 --- [    Test worker] tc.postgres:17.7-trixie                  : Container is started (JDBC URL: jdbc:postgresql://localhost:32790/test?loggerLevel=OFF)
2026-08-10T13:32:19.724Z  INFO 370 --- [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.testcontainers.jdbc.ConnectionWrapper@74fabca7
2026-08-10T13:32:19.726Z  INFO 370 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-08-10T13:32:23.181Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "tx_journal_v" does not exist, skipping
2026-08-10T13:32:23.857Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "delete_grants_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T13:32:23.857Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "delete_reference_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T13:32:24.011Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "subject_default_organization_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T13:32:24.220Z  WARN 370 --- [    Test worker] liquibase.executor                       : function rbac.determinecurrentsubjectorassumedrolesuuids(uuid,text) does not exist, skipping
2026-08-10T13:32:24.257Z  WARN 370 --- [    Test worker] liquibase.executor                       : procedure base.contextdefined(pg_catalog.varchar,text,pg_catalog.varchar,pg_catalog.varchar) does not exist, skipping
2026-08-10T13:32:24.257Z  WARN 370 --- [    Test worker] liquibase.executor                       : procedure base.definecontext(pg_catalog.varchar,text,pg_catalog.varchar,text) does not exist, skipping
2026-08-10T13:32:24.274Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "role_ev" does not exist, skipping
2026-08-10T13:32:24.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "grant_ev" does not exist, skipping
2026-08-10T13:32:24.342Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "subject_ev" does not exist, skipping
2026-08-10T13:32:24.387Z  WARN 370 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T13:32:24.389Z  WARN 370 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype,pg_catalog.bool) does not exist, skipping
2026-08-10T13:32:24.390Z  WARN 370 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T13:32:24.611Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "statistics_v" does not exist, skipping
2026-08-10T13:32:24.661Z  WARN 370 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T13:32:24.662Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: initializing table "rbac.global", , , []
2026-08-10T13:32:24.676Z  WARN 370 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T13:32:24.676Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:ADMIN, , , []
2026-08-10T13:32:24.687Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:guest, , , []
2026-08-10T13:32:24.707Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake test-realm admin users, , , []
2026-08-10T13:32:24.754Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: renaming seed subjects to realm-prefixed format, , , []
2026-08-10T13:32:24.774Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake Assembly group subjects, , , []
2026-08-10T13:32:24.784Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-fran_superuser, []
2026-08-10T13:32:24.787Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-alex_superuser, []
2026-08-10T13:32:24.798Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: renaming test-data subjects to realm-prefixed format, , , []
2026-08-10T13:32:24.807Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "check_valid_user_subject_name" of relation "subject" does not exist, skipping
2026-08-10T13:32:24.807Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "check_valid_group_subject_name" of relation "subject" does not exist, skipping
2026-08-10T13:32:24.807Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "check_valid_api_key_subject_name" of relation "subject" does not exist, skipping
2026-08-10T13:32:24.823Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: back-filling subject organization from the name prefix, , , []
2026-08-10T13:32:24.859Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "api_key_scope_scope_format" of relation "api_key_scope" does not exist, skipping
2026-08-10T13:32:24.875Z  WARN 370 --- [    Test worker] liquibase.executor                       : function rbac.create_api_key(uuid,pg_catalog.varchar,pg_catalog.varchar[]) does not exist, skipping
2026-08-10T13:32:24.996Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.customer permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:25.099Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test customer, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:25.180Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.package permissions for pre-exising rbactest.customer rows, , , []
2026-08-10T13:32:25.275Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T13:32:25.276Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T13:32:25.277Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T13:32:25.335Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.domain permissions for pre-exising rbactest.package rows, , , []
2026-08-10T13:32:25.464Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T13:32:25.465Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T13:32:25.466Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T13:32:25.615Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:25.709Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_firstcontact, []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: first contact
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_secondcontact, []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: second contact
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_thirdcontact, []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: third contact
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fourthcontact, []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: fourth contact
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.710Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fifthcontact, []
2026-08-10T13:32:25.715Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: fifth contact
2026-08-10T13:32:25.715Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_sixthcontact, []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: sixth contact
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_seventhcontact, []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: seventh contact
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eighthcontact, []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: eighth contact
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_ninthcontact, []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: ninth contact
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_tenthcontact, []
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: tenth contact
2026-08-10T13:32:25.716Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.717Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eleventhcontact, []
2026-08-10T13:32:25.721Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: eleventh contact
2026-08-10T13:32:25.722Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T13:32:25.722Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_twelfthcontact, []
2026-08-10T13:32:25.722Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test contact: twelfth contact
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostsharingeg, []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Hostsharing eG by person-HostsharingeG@example.com
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firstgmbh, []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: First GmbH by person-FirstGmbH@example.com
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firbysusan, []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Firby, Susan by person-FirbySusan@example.com
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_smithpeter, []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Smith, Peter by person-SmithPeter@example.com
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.850Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_tuckerjack, []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Tucker, Jack by person-TuckerJack@example.com
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_foulerellie, []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Fouler, Ellie by person-FoulerEllie@example.com
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_petersmith_thesecondhandandthriftstores_n_shippinge., []
2026-08-10T13:32:25.851Z  WARN 370 --- [    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-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_thirdohg, []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Third OHG by person-ThirdOHG@example.com
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_fourtheg, []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Fourth eG by person-FourtheG@example.com
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_erbenbesslermelbessler, []
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Erben Bessler, Mel, Bessler by person-ErbenBesslerMelBessler@example.com
2026-08-10T13:32:25.851Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_bessleranita, []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Anita by person-BesslerAnita@example.com
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_besslerbert, []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Bert by person-BesslerBert@example.com
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_winklerpaul, []
2026-08-10T13:32:25.852Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Winkler, Paul by person-WinklerPaul@example.com
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasteralex, []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Alex by person-HostmasterAlex@example.com
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasterfran, []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Fran by person-HostmasterFran@example.com
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_userdrew, []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: User, Drew by person-UserDrew@example.com
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_usertest, []
2026-08-10T13:32:25.891Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test person: User, Test by person-UserTest@example.com
2026-08-10T13:32:25.936Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "relation_check_debitor_anchor_person" of relation "relation" does not exist, skipping
2026-08-10T13:32:25.936Z  WARN 370 --- [    Test worker] liquibase.executor                       : function hs_office.relation_check_debitor_anchor_partner() does not exist, skipping
2026-08-10T13:32:25.950Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "relation_enforce_new_mark_by_global_admin_tg" for relation "hs_office.relation" does not exist, skipping
2026-08-10T13:32:26.027Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.relation permissions for pre-exising hs_office.person rows, , , []
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating relation test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FirstGmbH
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (82731678-fdab-4592-a13a-fa40943260da): (82731678-fdab-4592-a13a-fa40943260da,0,LP,"Hostsharing eG",,,,)
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (665ca1f7-55ac-4513-b9c1-012f051fdacd): (665ca1f7-55ac-4513-b9c1-012f051fdacd,0,LP,"First GmbH",,,,)
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (0862f76e-c4a7-45a5-8446-0564eb0ae329): (0862f76e-c4a7-45a5-8446-0564eb0ae329,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-Firby
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (665ca1f7-55ac-4513-b9c1-012f051fdacd): (665ca1f7-55ac-4513-b9c1-012f051fdacd,0,LP,"First GmbH",,,,)
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (835ee834-1c72-4539-912e-d653c044f659): (835ee834-1c72-4539-912e-d653c044f659,0,NP,,,,Susan,Firby)
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (0862f76e-c4a7-45a5-8446-0564eb0ae329): (0862f76e-c4a7-45a5-8446-0564eb0ae329,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.291Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-FirstGmbH
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (665ca1f7-55ac-4513-b9c1-012f051fdacd): (665ca1f7-55ac-4513-b9c1-012f051fdacd,0,LP,"First GmbH",,,,)
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (665ca1f7-55ac-4513-b9c1-012f051fdacd): (665ca1f7-55ac-4513-b9c1-012f051fdacd,0,LP,"First GmbH",,,,)
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (0862f76e-c4a7-45a5-8446-0564eb0ae329): (0862f76e-c4a7-45a5-8446-0564eb0ae329,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (82731678-fdab-4592-a13a-fa40943260da): (82731678-fdab-4592-a13a-fa40943260da,0,LP,"Hostsharing eG",,,,)
2026-08-10T13:32:26.292Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (f538c914-2c3d-49b5-9603-e0c108a94091): (f538c914-2c3d-49b5-9603-e0c108a94091,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T13:32:26.299Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (b2673fda-75cf-43d0-a956-36ac119498cb): (b2673fda-75cf-43d0-a956-36ac119498cb,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.299Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-Smith
2026-08-10T13:32:26.299Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (f538c914-2c3d-49b5-9603-e0c108a94091): (f538c914-2c3d-49b5-9603-e0c108a94091,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (b2673fda-75cf-43d0-a956-36ac119498cb): (b2673fda-75cf-43d0-a956-36ac119498cb,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (f538c914-2c3d-49b5-9603-e0c108a94091): (f538c914-2c3d-49b5-9603-e0c108a94091,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (f538c914-2c3d-49b5-9603-e0c108a94091): (f538c914-2c3d-49b5-9603-e0c108a94091,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (b2673fda-75cf-43d0-a956-36ac119498cb): (b2673fda-75cf-43d0-a956-36ac119498cb,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-ThirdOHG
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (82731678-fdab-4592-a13a-fa40943260da): (82731678-fdab-4592-a13a-fa40943260da,0,LP,"Hostsharing eG",,,,)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3446d8b4-038e-4368-b6df-3d960d9ab842): (3446d8b4-038e-4368-b6df-3d960d9ab842,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Tucker
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (29355fe1-34c8-452e-af93-460d4386da85): (29355fe1-34c8-452e-af93-460d4386da85,0,NP,,,,Jack,Tucker)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3446d8b4-038e-4368-b6df-3d960d9ab842): (3446d8b4-038e-4368-b6df-3d960d9ab842,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-ThirdOHG
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3446d8b4-038e-4368-b6df-3d960d9ab842): (3446d8b4-038e-4368-b6df-3d960d9ab842,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.300Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FourtheG
2026-08-10T13:32:26.303Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (82731678-fdab-4592-a13a-fa40943260da): (82731678-fdab-4592-a13a-fa40943260da,0,LP,"Hostsharing eG",,,,)
2026-08-10T13:32:26.303Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (f23815d1-0aa0-49d1-a88a-8f36de7e5ace): (f23815d1-0aa0-49d1-a88a-8f36de7e5ace,0,LP,"Fourth eG",,,,)
2026-08-10T13:32:26.303Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (98c6b635-bcc0-4c00-96e1-dda829f5e55b): (98c6b635-bcc0-4c00-96e1-dda829f5e55b,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.303Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-Fouler
2026-08-10T13:32:26.303Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (f23815d1-0aa0-49d1-a88a-8f36de7e5ace): (f23815d1-0aa0-49d1-a88a-8f36de7e5ace,0,LP,"Fourth eG",,,,)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (f5b117f8-2fc6-4b1a-ad37-55f38d947ca1): (f5b117f8-2fc6-4b1a-ad37-55f38d947ca1,0,NP,,,,Ellie,Fouler)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (98c6b635-bcc0-4c00-96e1-dda829f5e55b): (98c6b635-bcc0-4c00-96e1-dda829f5e55b,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-FourtheG
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (f23815d1-0aa0-49d1-a88a-8f36de7e5ace): (f23815d1-0aa0-49d1-a88a-8f36de7e5ace,0,LP,"Fourth eG",,,,)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (f23815d1-0aa0-49d1-a88a-8f36de7e5ace): (f23815d1-0aa0-49d1-a88a-8f36de7e5ace,0,LP,"Fourth eG",,,,)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (98c6b635-bcc0-4c00-96e1-dda829f5e55b): (98c6b635-bcc0-4c00-96e1-dda829f5e55b,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-Smith
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (82731678-fdab-4592-a13a-fa40943260da): (82731678-fdab-4592-a13a-fa40943260da,0,LP,"Hostsharing eG",,,,)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3388634c-e508-4ecd-afc5-00fef45e3f4b): (3388634c-e508-4ecd-afc5-00fef45e3f4b,0,"sixth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@sixthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: Smith-Smith
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3446d8b4-038e-4368-b6df-3d960d9ab842): (3446d8b4-038e-4368-b6df-3d960d9ab842,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Smith
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using anchor person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using holder person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.304Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using contact (3446d8b4-038e-4368-b6df-3d960d9ab842): (3446d8b4-038e-4368-b6df-3d960d9ab842,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T13:32:26.447Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:26.523Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner_details permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:26.601Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating partner test-data , , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test partner: FirstGmbH-firstcontact
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partnerRel (b1e36130-5656-4c08-809d-cdb009548603): (b1e36130-5656-4c08-809d-cdb009548603,0,82731678-fdab-4592-a13a-fa40943260da,665ca1f7-55ac-4513-b9c1-012f051fdacd,0862f76e-c4a7-45a5-8446-0564eb0ae329,PARTNER,)
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using person (665ca1f7-55ac-4513-b9c1-012f051fdacd): (665ca1f7-55ac-4513-b9c1-012f051fdacd,0,LP,"First GmbH",,,,)
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test partner: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partnerRel (eb6263c1-9ba6-4c31-a5a0-564a01fe5a2c): (eb6263c1-9ba6-4c31-a5a0-564a01fe5a2c,0,82731678-fdab-4592-a13a-fa40943260da,f538c914-2c3d-49b5-9603-e0c108a94091,b2673fda-75cf-43d0-a956-36ac119498cb,PARTNER,)
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using person (f538c914-2c3d-49b5-9603-e0c108a94091): (f538c914-2c3d-49b5-9603-e0c108a94091,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T13:32:26.668Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test partner: ThirdOHG-thirdcontact
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partnerRel (cff9209a-a7cc-46a3-a5e0-9db03b392524): (cff9209a-a7cc-46a3-a5e0-9db03b392524,0,82731678-fdab-4592-a13a-fa40943260da,8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,3446d8b4-038e-4368-b6df-3d960d9ab842,PARTNER,)
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using person (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e): (8a37b9ef-a0cf-4ebc-a51e-577bc8b7369e,0,IF,"Third OHG",,,,)
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test partner: FourtheG-fourthcontact
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partnerRel (cde229d0-c9eb-4dbc-8ca3-a5ddbee95744): (cde229d0-c9eb-4dbc-8ca3-a5ddbee95744,0,82731678-fdab-4592-a13a-fa40943260da,f23815d1-0aa0-49d1-a88a-8f36de7e5ace,98c6b635-bcc0-4c00-96e1-dda829f5e55b,PARTNER,)
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using person (f23815d1-0aa0-49d1-a88a-8f36de7e5ace): (f23815d1-0aa0-49d1-a88a-8f36de7e5ace,0,LP,"Fourth eG",,,,)
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test partner: Smith-fifthcontact
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partnerRel (9eddf624-b251-473e-896c-a66b8787f9a9): (9eddf624-b251-473e-896c-a66b8787f9a9,0,82731678-fdab-4592-a13a-fa40943260da,13ee1660-ea5a-48e8-b70e-256ef7141cab,3388634c-e508-4ecd-afc5-00fef45e3f4b,PARTNER,)
2026-08-10T13:32:26.669Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using person (13ee1660-ea5a-48e8-b70e-256ef7141cab): (13ee1660-ea5a-48e8-b70e-256ef7141cab,0,NP,,,,Peter,Smith)
2026-08-10T13:32:26.801Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , , []
2026-08-10T13:32:26.801Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_firstgmbh, []
2026-08-10T13:32:26.801Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: First GmbH
2026-08-10T13:32:26.801Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith, []
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith_thesecondhandandthriftstores_n_shipp, []
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_thirdohg, []
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Third OHG
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_fourtheg, []
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Fourth eG
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_melbessler, []
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Mel Bessler
2026-08-10T13:32:26.802Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_anitabessler, []
2026-08-10T13:32:26.804Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Anita Bessler
2026-08-10T13:32:26.804Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_paulwinkler, []
2026-08-10T13:32:26.804Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Paul Winkler
2026-08-10T13:32:26.917Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.debitor permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:26.993Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating debitor test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:26.993Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test debitor: FirstGmbH-firstcontact (#11)
2026-08-10T13:32:26.993Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test debitor: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact (#12)
2026-08-10T13:32:26.993Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test debitor: ThirdOHG-thirdcontact (#13)
2026-08-10T13:32:27.059Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.sepamandate permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T13:32:27.136Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:27.227Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating SEPA-mandate test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000111
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (f5260fda-7d2b-44f3-94c3-8d4c4d1f63e0): (f5260fda-7d2b-44f3-94c3-8d4c4d1f63e0,0,11,49f470e7-d030-4239-8d82-08703b1cea66,t,,,t,f,cb393a23-229e-4abe-9233-fda784978746,fir)
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using bankAccount (cb393a23-229e-4abe-9233-fda784978746): (cb393a23-229e-4abe-9233-fda784978746,0,"First GmbH",DE02120300000000202051,BYLADEM1001)
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000212
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (c6f9a481-dfeb-446b-bfc3-e142923083f4): (c6f9a481-dfeb-446b-bfc3-e142923083f4,0,12,c9ba5adc-697c-4873-afdf-e6a6e13c6113,t,,,t,f,51ce0352-8423-4fe0-9afc-5b162093eb47,sec)
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using bankAccount (51ce0352-8423-4fe0-9afc-5b162093eb47): (51ce0352-8423-4fe0-9afc-5b162093eb47,0,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",DE02100500000054540402,BELADEBE)
2026-08-10T13:32:27.228Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000313
2026-08-10T13:32:27.231Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (2e783f46-8f4a-4a03-8b9b-118eb1d7483f): (2e783f46-8f4a-4a03-8b9b-118eb1d7483f,0,13,563ecc7c-0f5a-49a0-9045-0fa258e2769d,t,,,t,f,7cee8f8f-b475-4133-862e-aa252d6da9de,thi)
2026-08-10T13:32:27.231Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using bankAccount (7cee8f8f-b475-4133-862e-aa252d6da9de): (7cee8f8f-b475-4133-862e-aa252d6da9de,0,"Third OHG",DE02300209000106531065,CMCIDEDD)
2026-08-10T13:32:27.293Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.membership permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating Membership test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10001 01
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partner (6f121a36-4f2b-4aa5-a0b4-509d9cbb962f): (6f121a36-4f2b-4aa5-a0b4-509d9cbb962f,0,10001,b1e36130-5656-4c08-809d-cdb009548603,6faa970f-1cdb-4366-8585-006abb49d4b1)
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10002 02
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partner (702d9de5-9d22-444f-b134-cd67241306b8): (702d9de5-9d22-444f-b134-cd67241306b8,0,10002,eb6263c1-9ba6-4c31-a5a0-564a01fe5a2c,6128c363-1e47-49c9-a69e-5e575a4ed6aa)
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10003 03
2026-08-10T13:32:27.376Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using partner (1729a1d8-530b-438a-8fd0-aa8c7eba786b): (1729a1d8-530b-438a-8fd0-aa8c7eba786b,0,10003,cff9209a-a7cc-46a3-a5e0-9db03b392524,f4f7b138-e6c6-4e2c-9c83-6c9bcbfbbb47)
2026-08-10T13:32:27.407Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "check_positive_total_shares_count" of relation "coopsharetx" does not exist, skipping
2026-08-10T13:32:27.407Z  WARN 370 --- [    Test worker] liquibase.executor                       : function hs_office.coopsharestx_check_positive_total() does not exist, skipping
2026-08-10T13:32:27.407Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "positive_total_shares_count_tg" for relation "hs_office.coopsharetx" does not exist, skipping
2026-08-10T13:32:27.457Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopsharetx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T13:32:27.516Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:27.576Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopSharesTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:27.576Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000101
2026-08-10T13:32:27.576Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000202
2026-08-10T13:32:27.576Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000303
2026-08-10T13:32:27.614Z  WARN 370 --- [    Test worker] liquibase.executor                       : constraint "coopassetstx_check_positive_total" of relation "coopassettx" does not exist, skipping
2026-08-10T13:32:27.614Z  WARN 370 --- [    Test worker] liquibase.executor                       : function hs_office.coopassetstx_check_positive_total() does not exist, skipping
2026-08-10T13:32:27.614Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "positive_total_assets_count_tg" for relation "hs_office.coopassettx" does not exist, skipping
2026-08-10T13:32:27.654Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopassettx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T13:32:27.723Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:27.774Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopAssetsTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:27.774Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000101
2026-08-10T13:32:27.774Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000202
2026-08-10T13:32:27.774Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000303
2026-08-10T13:32:27.859Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.project permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T13:32:28.007Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-project: 11
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (f5260fda-7d2b-44f3-94c3-8d4c4d1f63e0): (f5260fda-7d2b-44f3-94c3-8d4c4d1f63e0,0,11,49f470e7-d030-4239-8d82-08703b1cea66,t,,,t,f,cb393a23-229e-4abe-9233-fda784978746,fir)
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-project: 12
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (c6f9a481-dfeb-446b-bfc3-e142923083f4): (c6f9a481-dfeb-446b-bfc3-e142923083f4,0,12,c9ba5adc-697c-4873-afdf-e6a6e13c6113,t,,,t,f,51ce0352-8423-4fe0-9afc-5b162093eb47,sec)
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-project: 13
2026-08-10T13:32:28.008Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using debitor (2e783f46-8f4a-4a03-8b9b-118eb1d7483f): (2e783f46-8f4a-4a03-8b9b-118eb1d7483f,0,13,563ecc7c-0f5a-49a0-9045-0fa258e2769d,t,,,t,f,7cee8f8f-b475-4133-862e-aa252d6da9de,thi)
2026-08-10T13:32:28.124Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising rbac.global rows, , , []
2026-08-10T13:32:28.124Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising hs_booking.project rows, , , []
2026-08-10T13:32:28.496Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-item test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000111
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using project (0e5bb56b-848b-4449-8c2c-97975b8a9397): (0e5bb56b-848b-4449-8c2c-97975b8a9397,0,f5260fda-7d2b-44f3-94c3-8d4c4d1f63e0,"D-1000111 default project")
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000212
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using project (0fbca1cf-5209-4c91-9769-ae5a6a9bf53f): (0fbca1cf-5209-4c91-9769-ae5a6a9bf53f,0,c6f9a481-dfeb-446b-bfc3-e142923083f4,"D-1000212 default project")
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000313
2026-08-10T13:32:28.497Z  WARN 370 --- [    Test worker] liquibase.executor                       : - using project (22c848ce-e7fd-49eb-81e3-a8d7066c9b70): (22c848ce-e7fd-49eb-81e3-a8d7066c9b70,0,2e783f46-8f4a-4a03-8b9b-118eb1d7483f,"D-1000313 default project")
2026-08-10T13:32:28.600Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T13:32:29.854Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:29.854Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:29.854Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:29.854Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:29.868Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "hs_statistics_v" does not exist, skipping
2026-08-10T13:32:29.880Z  WARN 370 --- [    Test worker] liquibase.executor                       : view "account_ev" does not exist, skipping
2026-08-10T13:32:29.888Z  WARN 370 --- [    Test worker] liquibase.executor                       : trigger "assert_account_subject_is_user_tg" for relation "hs_accounts.account" does not exist, skipping
2026-08-10T13:32:29.909Z  WARN 370 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T13:32:31.313Z  INFO 370 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-08-10T13:32:31.462Z  INFO 370 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.26.Final
2026-08-10T13:32:31.563Z  INFO 370 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-08-10T13:32:31.977Z  INFO 370 --- [    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-10T13:32:32.514Z  INFO 370 --- [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-08-10T13:32:33.076Z  WARN 370 --- [    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-10T13:32:33.077Z  WARN 370 --- [    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-10T13:32:33.089Z  WARN 370 --- [    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-10T13:32:33.092Z  WARN 370 --- [    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-10T13:32:36.467Z  INFO 370 --- [    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-10T13:32:36.477Z  INFO 370 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-08-10T13:32:37.577Z  INFO 370 --- [    Test worker] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-08-10T13:32:43.277Z  WARN 370 --- [    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-10T13:32:44.497Z  WARN 370 --- [    Test worker] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'metric-links' contains invalid characters, please migrate to a valid format.
2026-08-10T13:32:45.811Z  INFO 370 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 44039 (http) with context path '/'
2026-08-10T13:32:46.008Z  INFO 370 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T13:32:46.010Z  INFO 370 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T13:32:46.010Z  INFO 370 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T13:32:46.023Z  INFO 370 --- [    Test worker] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2026-08-10T13:32:46.023Z  INFO 370 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 171 ms
2026-08-10T13:32:46.057Z  INFO 370 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 5 endpoints beneath base path '/actuator'
2026-08-10T13:32:46.132Z  INFO 370 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 38553 (http) with context path '/'
2026-08-10T13:32:46.182Z  INFO 370 --- [    Test worker] n.h.h.config.AuthConfigIntegrationTest   : Started AuthConfigIntegrationTest in 41.79 seconds (process running for 48.512)
2026-08-10T13:32:47.206Z  INFO 370 --- [o-auto-1-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-10T13:32:47.206Z  INFO 370 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-10T13:32:47.211Z  INFO 370 --- [o-auto-1-exec-2] o.s.web.servlet.DispatcherServlet        : Completed initialization in 5 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