Re: jmeter-5.6.3 and response body viewing
Tong Sun <[email protected]> Mon, 26 Feb 2024 11:38:32 -0500
| Newsgroups | gmane.comp.jakarta.jmeter.user |
|---|---|
| Message-ID | <CAMmz1OcWTfP-6PLup-7schksQGJz4HY9o_FGqRwMHQ=D6+=Ezg@mail.gmail.com> |
Yeah, our company is using a rather old jmeter-5.4.3. Thanks for the quick fix. On Mon, Feb 26, 2024 at 11:31 AM Dmitri T <[email protected]> wrote: > Tong Sun wrote: > > Hi, > > > > I tried to upgrade to jmeter-5.6.3 but found that its response body is > > showing in a single line, ie, no automatic word wrapping any more. > > > > This is very inconvenient for us as all our normal return data are huge > > when returned correctly while being short when there's something wrong. > > Seeing them in the single line, I lost the sense of whether the response > > was good or bad. > > > > Any way to turn the automatic word wrapping back on please? > > > To upgrade from which version? If you were using 5.6.2 nothing has > changed <https://jmeter.apache.org/changes.html>. > > It looks like a side-effect of the improvement > <https://github.com/apache/jmeter/pull/706> introduced in JMeter 5.5, > <https://www.blazemeter.com/blog/jmeter-5-5> > > To disable it set view.results.tree.simple_view_limit property to -1 > > > >