Author: pmouawad
Date: Wed Sep 5 21:20:04 2018
New Revision: 1840164
URL: http://svn.apache.org/viewvc?rev=1840164&view=rev
Log:
Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to
identify engine
Fix test failure by removing thread name as we don't know host names on
Buildbots
Bugzilla Id: 62684
Modified:
jmeter/trunk/bin/testfiles/Bug54685.csv
jmeter/trunk/bin/testfiles/Bug54685.jmx
jmeter/trunk/bin/testfiles/Bug54685.xml
Modified: jmeter/trunk/bin/testfiles/Bug54685.csv
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug54685.csv?rev=1840164&r1=1840163&r2=1840164&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug54685.csv (original)
+++ jmeter/trunk/bin/testfiles/Bug54685.csv Wed Sep 5 21:20:04 2018
@@ -1,2 +1,2 @@
-label,responseCode,responseMessage,threadName,dataType,success,bytes,"REFERENCE","JSESSIONID"
-"sample_variables=REFERENCE,JSESSIONID REFERENCE=reference
JSESSIONID=jsessionId",,,Thread Group 1-1,text,true,0,reference,jsessionId
+label,responseCode,responseMessage,dataType,success,bytes,"REFERENCE","JSESSIONID"
+"sample_variables=REFERENCE,JSESSIONID REFERENCE=reference
JSESSIONID=jsessionId",,,text,true,0,reference,jsessionId
Modified: jmeter/trunk/bin/testfiles/Bug54685.jmx
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug54685.jmx?rev=1840164&r1=1840163&r2=1840164&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug54685.jmx (original)
+++ jmeter/trunk/bin/testfiles/Bug54685.jmx Wed Sep 5 21:20:04 2018
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<jmeterTestPlan version="1.2" properties="2.5" jmeter="2.9-SNAPSHOT.20130327">
+<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.0-SNAPSHOT.20180905">
<hashTree>
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Bug54685"
enabled="true">
<stringProp name="TestPlan.comments"></stringProp>
@@ -98,7 +98,7 @@
<label>true</label>
<code>true</code>
<message>true</message>
- <threadName>true</threadName>
+ <threadName>false</threadName>
<dataType>true</dataType>
<encoding>false</encoding>
<assertions>false</assertions>
@@ -130,7 +130,7 @@
<label>true</label>
<code>true</code>
<message>true</message>
- <threadName>true</threadName>
+ <threadName>false</threadName>
<dataType>true</dataType>
<encoding>false</encoding>
<assertions>true</assertions>
Modified: jmeter/trunk/bin/testfiles/Bug54685.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug54685.xml?rev=1840164&r1=1840163&r2=1840164&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug54685.xml (original)
+++ jmeter/trunk/bin/testfiles/Bug54685.xml Wed Sep 5 21:20:04 2018
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
-<sample s="true" lb="sample_variables=REFERENCE,JSESSIONID REFERENCE=reference
JSESSIONID=jsessionId" rc="" rm="" tn="Thread Group 1-1" dt="text" by="0"
REFERENCE="reference" JSESSIONID="jsessionId"/>
+<sample s="true" lb="sample_variables=REFERENCE,JSESSIONID REFERENCE=reference
JSESSIONID=jsessionId" rc="" rm="" dt="text" by="0" REFERENCE="reference"
JSESSIONID="jsessionId"/>
</testResults>