I'm trying to create some loadtests without using the goose user's http client but instead use my own client. However, when I try this, I'm able to see the metrics in the CLI, but the application panics on exit, which I'm guessing is from generating the report. I was able to generate a report correctly when I use the user to send http requests.
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /Users/alexxi/.cargo/registry/src/github.com-1ecc6299db9ec823/goose-0.17.0/src/graph.rs:425:41
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I'm trying to create some loadtests without using the goose user's http client but instead use my own client. However, when I try this, I'm able to see the metrics in the CLI, but the application panics on exit, which I'm guessing is from generating the report. I was able to generate a report correctly when I use the user to send http requests.