Bug 52022 - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured
Summary: In View Results Tree rather than showing just a message if the results are to...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 11:46 UTC by Roman Bargezi
Modified: 2011-10-13 20:13 UTC (History)
1 user (show)



Attachments
Proposed patch for Revision 1181199 of ViewResultsFullVisualizer.java (654 bytes, patch)
2011-10-13 11:48 UTC, Roman Bargezi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bargezi 2011-10-13 11:46:34 UTC
In the View Results Tree component the user can configure the maximum size of a result to be displayed using the view.results.tree.max_size property. If this is exceeded, currently the pane simply displays a message to the user indicating that the maximum result size for display has been exceeded.

Rather than just showing the message it can often be handy to at least get the beginning of the response (e.g. in case of large exception responses). The rendering should thus be enhanced to at least show as much of the text as has been configured.
Comment 1 Roman Bargezi 2011-10-13 11:48:17 UTC
Created attachment 27768 [details]
Proposed patch for Revision 1181199 of ViewResultsFullVisualizer.java

The patch implements the proposed enhancement
Comment 2 Philippe Mouawad 2011-10-13 20:13:01 UTC
Patch taken partly into account, thank you.


Date: Thu Oct 13 20:09:12 2011
New Revision: 1183063

URL: http://svn.apache.org/viewvc?rev=1183063&view=rev
Log:
Bug 52022 - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured

Modified:
   jakarta/jmeter/trunk/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2598