You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/05/01 15:23:24 UTC

[Bug 53172] New: OS Process - allow specification of Environment Variables

https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

          Priority: P2
            Bug ID: 53172
          Assignee: issues@jmeter.apache.org
           Summary: OS Process - allow specification of Environment
                    Variables
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: p.mouawad@ubik-ingenierie.com
          Hardware: All
            Status: NEW
           Version: 2.6
         Component: Main
           Product: JMeter

Might also be worth considering supporting environment updates via
ProcessBuilder#environment(). This would require an additional table on the
GUI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53172] OS Process Sampler - allow specification of Environment Variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Tue May  1 13:24:53 2012
New Revision: 1332640

URL: http://svn.apache.org/viewvc?rev=1332640&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables

Modified:
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/NativeCommand.java
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/SystemSampler.java
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java
   jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53172] OS Process Sampler - allow specification of Environment Variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Tue May  1 13:27:54 2012
New Revision: 1332644

URL: http://svn.apache.org/viewvc?rev=1332644&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53172] OS Process Sampler - allow specification of Environment Variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
            Summary|OS Process - allow          |OS Process Sampler - allow
                   |specification of            |specification of
                   |Environment Variables       |Environment Variables

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53172] OS Process Sampler - allow specification of Environment Variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon May  7 19:30:51 2012
New Revision: 1335210

URL: http://svn.apache.org/viewvc?rev=1335210&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables
Code cleanup

Modified:
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53172] OS Process Sampler - allow specification of Environment Variables

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53172

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Should we add an option to clear environment ?
For example in eclipse we have 2 options:
- Append environment to native environment (which is what is done now)
- Replace native environment with specified environment (to implement ?)

-- 
You are receiving this mail because:
You are the assignee for the bug.