[I] failureMessage is blank in csv generated by view result tree listener [jmeter]

2024-01-24 Thread via GitHub


bodycombathuang opened a new issue, #6231:
URL: https://github.com/apache/jmeter/issues/6231

   ### Expected behavior
   
   failureMessage in csv should display "error"
   
   ### Actual behavior
   
   failureMessage in csv should display nothing
   
   ### Steps to reproduce the problem
   
   I have a JSR 223 assertion
   
   if(vars.get("connectionId")=="abc")
AssertionResult.setFailure(false);
   else
   {
AssertionResult.setResultForFailure("error");
   
   }
   
   and view result tree listener which writes result to test.csv
   
   run the test plan, I can see error is shown as failureMessage in jmeter
   
   but I check test.csv, the failureMessage column value is blank
   
   ### JMeter Version
   
   5.6.2
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] GRPC service streaming on Jmeter [jmeter]

2024-01-24 Thread via GitHub


flinux-sudo commented on issue #6087:
URL: https://github.com/apache/jmeter/issues/6087#issuecomment-1907940147

   > Currently gRPC maybe not their prioritize, so it's best to move to Gatling 
/ phiSgr's gRpc library.
   
   thank you :D, it is not ideal solution to move to Gatling, too many tests 
were created in jmeter to do that. Hopefully it will be prioritized more when 
more and more grpc microservicess are coming like you mentioned in the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Non HTTP response code: java.net.SocketException,Non HTTP response message: Connection reset error from Jmeter 5.4 [jmeter]

2024-01-24 Thread via GitHub


kmashint commented on issue #5685:
URL: https://github.com/apache/jmeter/issues/5685#issuecomment-1908865169

   We encountered this as well, with JMeter 5.6.2, and just using HttpClient4 
in the Http Request Defaults didn't help, but also setting time_to_live as 
below in the jmeter.properties or similar user.properties file worked to avoid 
those errors.  We set the time_to_live slightly lower than the Keep-Alive: 
timeout=15 (seconds) returned the service and this cleared up the errors.  So 
there may be some lingering issue with the Keep-Alive handling in JMeter and 
HttpClient4.  Also disabling Keep-Alive avoided the problem.
   
   httpclient4.time_to_live=14000


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] failureMessage is blank in csv generated by view result tree listener [jmeter]

2024-01-24 Thread via GitHub


bodycombathuang commented on issue #6231:
URL: https://github.com/apache/jmeter/issues/6231#issuecomment-1909227284

   [
   [test.txt](https://github.com/apache/jmeter/files/14045882/test.txt)
   ](url)
   
   
   after you download the file, rename it to test.jmx


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org