You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (Jira)" <ji...@apache.org> on 2021/06/22 13:14:00 UTC

[jira] [Resolved] (FC-294) combine jmeter load profiles

     [ https://issues.apache.org/jira/browse/FC-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn McKinney resolved FC-294.
-------------------------------
    Resolution: Fixed

> combine jmeter load profiles
> ----------------------------
>
>                 Key: FC-294
>                 URL: https://issues.apache.org/jira/browse/FC-294
>             Project: FORTRESS
>          Issue Type: Improvement
>    Affects Versions: 2.0.5
>            Reporter: Shawn McKinney
>            Assignee: Shawn McKinney
>            Priority: Minor
>             Fix For: 2.0.6
>
>
> Currently 9 maven profiles for load testing. Combine into one or at most two.
>  
> Current:
>  
> ```
> execute adduser load test:
> mvn -Ploadtest-fortress-adduser jmeter:jmeter  ...
>  
> configure ftAddUser.jmx
> <profile>
>  <id>loadtest-fortress-checkuser</id>
> <plugin>
>  <configuration>
>  <jMeterTestFile>ftAddUser.jmx</jMeterTestFile>
> ```
> Replaced with:
> ```
> mvn -Ploadtest jmeter:jmeter -Dtype=addUser  ...
>  
> <profile>
>  <id>loadtest</id>
>  <build>
>  <plugins>
>  <plugin>
>  <configuration>
>  <jMeterTestFile>${type}.jmx</jMeterTestFile>
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org