keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Creating groups hierarchy does not work because searching by names never return the parent group #872

Closed pedroigor closed 6 days ago

pedroigor commented 6 days ago

Describe the bug

When creating a dataset using /dataset/create-realms?count=1&groups-with-hierarchy=true&groups-hierarchy-depth=5&groups-count-each-level=20, sub-groups are not created because the query to find the parent group by name does not return a result.

Version

latest

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response