Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs #2593

Closed
asfimport opened this issue Oct 12, 2011 · 8 comments

Comments

@asfimport
Copy link
Collaborator

@pmouawad (Bug 52013):
Hello,
I don't know if it's a bug or feature (so requalify as enhancement) but currently
View Results Tree does not take into account proxy excluded urls.
This would be useful because when recording an existing application, I have a poll URL that run every second that pollutes other recorded nodes.

Maybe it should be an option of View Results Tree (additionnal fields) or connect it to proxy configuration if it's a child node.
other option would be to enable cleaning manually some nodes in left part of View Results Tree

OS: All

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
No idea what View results tree has to do with proxy excluded URLs.

Please discuss this on the mailing list first, and then update or resolve this issue.

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):

Hello Sebb,
I am recording a scenario for scripting.
I configure a proxy server with some exluded URLs and put a Results Tree
View under it to see samples request/results of recording (need them to
variabilize).

When I record, URLs are correctly filtered in Recording Controller but not
in results Tree view (which I think is a feature now).

OK, I understand now.

My issue is that in this application, we have a Polling URL that goes to
server every 1s so I get hundreds of these URLs in Results Tree which I
would like to remove in this case because they make it more complexe to find
the good samples.

Is it clearer ?

Yes.

Not sure how easy this would be to do, though.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
It's possible that some people are relying on seeing all the samples generated by the browser, so we should probably make the change optional.

Or perhaps the filtered samples could be tagged in some way.
We already flag redirects as disabled; not sure we can do that with samples, but something like that might be nice.

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Jan 12 14:53:02 2014
New Revision: 1557541

URL: http://svn.apache.org/r1557541
Log:
#2593 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs
#2593

Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/component_reference.xml

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Jan 12 14:55:50 2014
New Revision: 1557542

URL: http://svn.apache.org/r1557542
Log:
#2593 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs
Mention James Liang in Thanks Section
#2593

Modified:
jmeter/trunk/xdocs/changes.xml

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Jan 12 15:00:35 2014
New Revision: 1557545

URL: http://svn.apache.org/r1557545
Log:
#2593 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs
Add mention in Incompatible Changes section
#2593

Modified:
jmeter/trunk/xdocs/changes.xml

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
The patch changes the default behaviour.
I don't think that is right.

The user should have to select the new behaviour to maintain compatibility.

Also, note that the filtered results are already marked in the display, as they are enclosed in [ ].

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Jan 12 16:19:58 2014
New Revision: 1557552

URL: http://svn.apache.org/r1557552
Log:
#2593 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs
Set "Notify Child Listeners of filtered samplers" default value to true as per sebb last comment
#2593

Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant