On 24 September 2012 23:02, <milam...@apache.org> wrote: > Author: milamber > Date: Mon Sep 24 22:02:29 2012 > New Revision: 1389616 > > URL: http://svn.apache.org/viewvc?rev=1389616&view=rev > Log: > Only JMeter's website resources on Test Bug 52310
Good idea; should perhaps reduce failures. > Modified: > jmeter/trunk/bin/testfiles/Bug52310.jmx > jmeter/trunk/bin/testfiles/Bug52310.xml > > Modified: jmeter/trunk/bin/testfiles/Bug52310.jmx > URL: > http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug52310.jmx?rev=1389616&r1=1389615&r2=1389616&view=diff > ============================================================================== > --- jmeter/trunk/bin/testfiles/Bug52310.jmx (original) > +++ jmeter/trunk/bin/testfiles/Bug52310.jmx Mon Sep 24 22:02:29 2012 > @@ -77,7 +77,7 @@ > <boolProp name="HTTPSampler.image_parser">true</boolProp> > <boolProp name="HTTPSampler.concurrentDwn">true</boolProp> > <boolProp name="HTTPSampler.monitor">false</boolProp> > - <stringProp name="HTTPSampler.embedded_url_re"></stringProp> > + <stringProp > name="HTTPSampler.embedded_url_re">.*jmeter.apache.org.*</stringProp> > <stringProp name="HTTPSampler.ipSource">${IP_ADDR}</stringProp> > </HTTPSamplerProxy> > <hashTree/> > @@ -101,7 +101,7 @@ > <boolProp name="HTTPSampler.image_parser">true</boolProp> > <boolProp name="HTTPSampler.concurrentDwn">true</boolProp> > <boolProp name="HTTPSampler.monitor">false</boolProp> > - <stringProp name="HTTPSampler.embedded_url_re"></stringProp> > + <stringProp > name="HTTPSampler.embedded_url_re">.*jmeter.apache.org.*</stringProp> > <stringProp name="HTTPSampler.ipSource">${IP_ADDR}</stringProp> > </HTTPSamplerProxy> > <hashTree/> > > Modified: jmeter/trunk/bin/testfiles/Bug52310.xml > URL: > http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug52310.xml?rev=1389616&r1=1389615&r2=1389616&view=diff > ============================================================================== > --- jmeter/trunk/bin/testfiles/Bug52310.xml (original) > +++ jmeter/trunk/bin/testfiles/Bug52310.xml Mon Sep 24 22:02:29 2012 > @@ -4,20 +4,12 @@ > <httpSample s="true" lb="HTTP-Request-HC31" rc="200" rm="OK" dt="text"> > <httpSample s="true" lb="http://jmeter.apache.org/" rc="200" rm="OK" > dt="text"/> > <httpSample s="true" lb="http://jmeter.apache.org/css/style.css" rc="200" > rm="OK" dt="text"/> > - <httpSample s="true" lb="http://www.apache.org/ads/halfbanner.html" > rc="200" rm="OK" dt="text"> > - <httpSample s="true" lb="http://www.apache.org/ads/halfbanner.html" > rc="200" rm="OK" dt="text"/> > - <httpSample s="true" > lb="http://www.apache.org/ads/ApacheCon/2012-eu-234x60.png" rc="200" rm="OK" > dt="bin"/> > - </httpSample> > <httpSample s="true" lb="http://jmeter.apache.org/images/asf-logo.gif" > rc="200" rm="OK" dt="bin"/> > <httpSample s="true" lb="http://jmeter.apache.org/images/logo.jpg" > rc="200" rm="OK" dt="bin"/> > </httpSample> > <httpSample s="true" lb="HTTP-Request-HC4" rc="200" rm="OK" dt="text"> > <httpSample s="true" lb="http://jmeter.apache.org/" rc="200" rm="OK" > dt="text"/> > <httpSample s="true" lb="http://jmeter.apache.org/css/style.css" rc="200" > rm="OK" dt="text"/> > - <httpSample s="true" lb="http://www.apache.org/ads/halfbanner.html" > rc="200" rm="OK" dt="text"> > - <httpSample s="true" lb="http://www.apache.org/ads/halfbanner.html" > rc="200" rm="OK" dt="text"/> > - <httpSample s="true" > lb="http://www.apache.org/ads/ApacheCon/2012-eu-234x60.png" rc="200" rm="OK" > dt="bin"/> > - </httpSample> > <httpSample s="true" lb="http://jmeter.apache.org/images/asf-logo.gif" > rc="200" rm="OK" dt="bin"/> > <httpSample s="true" lb="http://jmeter.apache.org/images/logo.jpg" > rc="200" rm="OK" dt="bin"/> > </httpSample> > >