FindByRoleIdName

2

tests

0

failures

0

ignored

3.425s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canFindItsOwnRolesByRoleIdName() 1.606s passed
customerAdmin_withoutAssumedRole_canNotFindAlienRolesByRoleIdName() 1.819s passed

Standard output

2026-08-10T15:07:07.744Z  INFO 371 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.rbac.role.RbacRoleRepositoryIntegrationTest$FindByRoleIdName]: FindByRoleIdName does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T15:07:07.750Z  INFO 371 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.rbac.role.RbacRoleRepositoryIntegrationTest$FindByRoleIdName
Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate: SELECT rev.*,
       rev.objectTable||'#'||cast(rev.objectUuid as varchar)||':'||rev.roleType AS roleName,
       rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType AS roleIdName
FROM rbac.role_rv rev
WHERE rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType = ?

Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate: SELECT rev.*,
       rev.objectTable||'#'||cast(rev.objectUuid as varchar)||':'||rev.roleType AS roleName,
       rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType AS roleIdName
FROM rbac.role_rv rev
WHERE rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType = ?