keycloak / keycloak-benchmark

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

The utility `task` might get stuck when run on a single thread #113

Closed ahus1 closed 2 years ago

ahus1 commented 2 years ago

Describe the bug

This is probably due to https://github.com/go-task/task/issues/715

Version

main

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response

ahus1 commented 2 years ago

@kami619 - I needed to revert the changes to the Taskfile.yaml as it lead to execution of the split.sh concurrently, and this turned out to modify files concurrently. I updated the docs that now state:

Until this has been fixed, whenever running with the parameter -C 1, comment out all run: once and run: when_changed within the task file.

:-(