Re: Disable JDBC query timeout

2018-11-20 Thread Deepak Shetty
Hi as far as I can tell there isn't a way to do this (Short of downloading and modifying the source code)- You will have to raise an enhancmeent for JMeter (https://jmeter.apache.org/issues.html ) AbstractJDBCTestElement.java in source code can be modified if you want to use -1 or equivalent to

Re: Need help in identifying actual time, not aggregate

2018-11-20 Thread Deepak Shetty
Hi Pseudo Script +Http Request (Submit Order) +Transaction Controller ++While Controller (Condition status != Successful && dontWantInfiniteLoop) +++Http Request (Status URL) Extract status +++Think time delay timer between checks Why is this not working for you ? The Transaction controller

Disable JDBC query timeout

2018-11-20 Thread Heitor Projects - Jose
How to disable JDBC request query timeout (for database drivers that do not support this feature...eg. Apache Ignite)? [Sampler result] Thread Name: Thread Group 1-1 Sample Start: 2018-11-20 14:41:38 SAST Load time: 761 Connect Time: 761 Latency: 0 Size in bytes: 31 Sent bytes:0 Headers size in

Re: HTTPS/SSL and Kerberos

2018-11-20 Thread ahardy42
By playing around, I noticed that JMeter lets you specify a system props file using the '-q' flag as well. This works. I verified it by removing all kerberos related config from the apache-jmeter-5.0/bin directory, and also by changing the LoginConfig name in the jaas.conf file so it couldn't be

Re: HTTPS/SSL and Kerberos

2018-11-20 Thread ahardy42
So presumably then this error: javax.security.auth.login.LoginException: No LoginModules configured for JMeter at javax.security.auth.login.LoginContext.init(LoginContext.java:264) ~[?:1.8.0_131] at javax.security.auth.login.LoginContext.(LoginContext.java:417) ~[?:1.8.0_131]