Skip to content

Commit f5418de

Browse files
[skip ci] Include warning about jmeter versions when using DistributedJmeterEngine
1 parent 8a8eb30 commit f5418de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/guide/scale/jmeter-remote-testing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ public class PerformanceTest {
3232

3333
This will run 200 users for 10 minutes on each server/slave (`host1` and `host2`) and aggregate all the results in returned stats.
3434

35+
::: warning
36+
Use same version used by JMeter DSL when setting up the cluster to avoid any potential issues.
37+
38+
For instance, JMeter 5.6 has introduced some changes that currently break some plugins using by JMeter DSL, or change default behavior for test plans.
39+
40+
To find out the current version of JMeter DSL you can check JMeter jars version in your project dependency tree. E.g.:
41+
42+
```bash
43+
mvn dependency:tree -Dincludes=org.apache.jmeter:ApacheJMeter_core
44+
```
45+
46+
Or check JMeter DSL [pom.xml property `jmeter.version`](https://github.com/abstracta/jmeter-java-dsl/blob/8a8eb303d1013676bf669116ddc8f056e8a445d8/pom.xml#L51).
47+
:::
48+
3549
::: warning
3650
To be able to run the test you require the `rmi_keystore.jks` file in the working directory of the test. For the time being, we couldn't find a way to allow setting any arbitrary path for the file.
3751
:::

0 commit comments

Comments
 (0)