coding-yogi

Results 15 comments of coding-yogi

I am building a load testing tool and using `reqwest` as the http client library. After switching to `rust-tls` from `native-tls` I started seeing this error quite often , there...

@brikis98 , there are two different things we are talking about 1. To support terratest terraform APIs to talk to localstack 2. To support terratest aws APIs to talk to...

@corentinway generally linux comes with all required libs. If not, you may have to install the required libs as needed. Bombardier uses an XML parser which relies on libxml2 Have...

How about adding few below things - Date and Time of execution - Collection file name which was executed - Environment file name (to know on which env it was...

But to get above few things correct in table we have to assume `config.json` was not changed between `bombard` and `report` command

Current `report` command doesnt pull those details. We can generate report after execution and as a separate command as well

just observed that even with disabling 'ws', REST calls doesn't work

My REST call also seems to be handled by `WebServiceMessageReceiverHandlerAdapter` rather than by `HttpRequestHandlerAdapter`

OK it seems I may not be able to use both WS and HTTP simulators together. What I observed is if `com.consol.citrus:citrus-http` dependency is removed only then `HttpRequestHandlerAdapter` is initialized,...

I have kind of 100+ services, out of which I might need to simulate around 30+. I don't really wish to start 30+ simulators listening to different queues/topics. Currently the...