You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "steverawlins-zebra (via GitHub)" <gi...@apache.org> on 2023/05/01 12:01:08 UTC

[GitHub] [jmeter] steverawlins-zebra opened a new issue, #5872: Variable name not trimmed; trailing blank is significant

steverawlins-zebra opened a new issue, #5872:
URL: https://github.com/apache/jmeter/issues/5872

   ### Expected behavior
   
   Trim my variable `duration ` to be `duration` so that `${duration}` would  work
   
   ### Actual behavior
   
   Failed to run ThreadGroup because the duration, in seconds, was supplied by a variable in the User Variables element and that element does not trim trailing spaces so there was no match.
   
   ### Steps to reproduce the problem
   
       <hashTree>
         <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="Local User Defined Variables" enabled="true">
           <collectionProp name="Arguments.arguments">
             <elementProp name="duration" elementType="Argument">
               <stringProp name="Argument.name">duration </stringProp>
               <stringProp name="Argument.value">60</stringProp>
               <stringProp name="Argument.metadata">=</stringProp>
             </elementProp>
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   17.0.3
   
   ### OS Version
   
   MacOS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher closed issue #5872: Variable name not trimmed; trailing blank is significant

Posted by "FSchumacher (via GitHub)" <gi...@apache.org>.
FSchumacher closed issue #5872: Variable name not trimmed; trailing blank is significant
URL: https://github.com/apache/jmeter/issues/5872


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5872: Variable name not trimmed; trailing blank is significant

Posted by "FSchumacher (via GitHub)" <gi...@apache.org>.
FSchumacher commented on issue #5872:
URL: https://github.com/apache/jmeter/issues/5872#issuecomment-1529802785

   Can you test current trunk or next nightly and report back, whether it really fixes your issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org