Open paul-civitas opened 4 weeks ago
Thank you for the report @paul-civitas. You are right, the script is missing from the release. The simplest fix would be to the same as we are doing in benchmark
module and package a zip file also for dataset
module that would contain both, the shell script and the jar file.
We would welcome a contribution for this so feel free to open a PR against this repository if you are willing to contribute.
Describe the bug
keycloak-benchmark-0.12-SNAPSHOT.tar.gz includes the following:
But it doesn't include: dataset-import.sh which is a crucial piece of the puzzle. To get that script to run it you need to download the src.
Version
Keycloak 24, keycloak-benchmark 0.12-SNAPSHOT
Expected behavior
Scripts and binaries expected to be run by the user, are included with the binary distribution.
Actual behavior
Only some portion of the scripts are included.
How to Reproduce?
Try and run benchmarks without cloning down the src.
Anything else?
This is a minor issue