Created attachment 37485 [details] console-logger Hello! I want to ask you how you can change this behavior of jmeter: When the tests are run in the jmeter -n -t format, they are logged to the console as "summery =" and it never logs everything. In the script, I had 424 samples, the last line in the console at 269 (summary = 269 in 00:03:03 = 1.5 / s Avg: 234 Min: 0 Max: 4881 Err: 0 (0.00%)) I want logging in the console to be for all requests, because I trigger ci / cd for failure when it sees err> 0. I didn't find anything related to this in the property files.
Created attachment 37486 [details] dashboard
Sorry( i found it # interval between summaries (in seconds) default 30 seconds summariser.interval=0.5
Alas, having set this parameter = 1, I did not achieve the desired result, summary can add in 1 second or maybe in 1.5 minutes. Please help open your eyes to this case
Created attachment 37487 [details] summaryTimeout
I am not sure to understand your report. 1) Can you share the CSV output for the summary you show ? You seem to have 2 different summary reports why ? 2) Can you explain the problem ? Is it that you have 0% error rate in summary while you have 2 errors in HTML report ? 3) Can you run after opening the test plan , Tools > Generate Schematic Overview
pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new 22f038d Bug 64795: Clarify documentation on Generate Summary Results 22f038d is described below commit 22f038d09831f86bab8217140ecbdffa002059e7 Author: pmouawad <p.mouawad@ubik-ingenierie.com> AuthorDate: Sat Oct 24 16:55:48 2020 +0200 Bug 64795: Clarify documentation on Generate Summary Results --- xdocs/changes.xml | 1 + xdocs/usermanual/component_reference.xml | 2 ++ 2 files changed, 3 insertions(+)
Created attachment 37532 [details] sumreport Hello Two screenshots with different parameter summariser.interval = 0.5 / default, to show nowhere it does not log these two errors to the console. From jtl: These two samples that have dropped will look like this: 1603521008045,342, find_cards_by_Other_account_and_bank, 200, OK, [TG] -CARDCLAIMS-REGRESS 1-1, text, false, "Value expected to match regexp 'mscardsservice_operation_access_denied', but it did not match: 'mscardsservice_something", but it did not match:' mscardsservice_something " 1,1, https: // test-api / api / v1 / cardclaims / v2 / card, 342,0,5 1603520984884,3607, start_change_3dsec.field_card_guid.incorrect (255chars), 500, Internal Server Error, [TG] -CARDCLAIMS-REGRESS 1-1, text, false, Expected to find an object with property ['error'] in path $ but found 'java.lang.String'. This is not a json object according to the JsonProvider: 'com.jayway.jsonpath.spi.json.JsonSmartJsonProvider'., 673,926,1,1, https: // test-api / api / v1 / cardclaims / v2 / change_3dsec, 3606.0.5 There are no lines about errors in the summary report at all, that's the question
Created attachment 37533 [details] dashboard-1
I am using test fragments, I think the schematic will not help much
Thanks for provided elements. But can you please provide the csv file ? and jmeter.log Thanks
Created attachment 37542 [details] logs
Created attachment 37543 [details] jtl file