I tried following https://github.com/Hyperfoil/qDup/blob/master/docs/tutorial/helloworld.adoc but once I start qDup it prints the following and then gets stuck
> java -jar ~/code/qDup/cli/target/qDup.jar -B . helloworld.yaml
16:48:41.218 Running qDup version 0.10.5-SNAPSHOT @ unknown
16:48:41.218 output path = .
16:48:41.218 shell exit code checks enabled
16:48:41.251 json server listening at blanc:31337
It looks like qDup is getting stuck at
while nothing else seems to be happening.
I tried following https://github.com/Hyperfoil/qDup/blob/master/docs/tutorial/helloworld.adoc but once I start qDup it prints the following and then gets stuck
It looks like qDup is getting stuck at
qDup/qDup/src/main/java/io/hyperfoil/tools/qdup/Run.java
Line 524 in 11c8c61