Re: Question on testing properties in JMeter

2022-03-02 Thread Felix Schumacher
Am 01.03.22 um 12:03 schrieb Vladimir Sitnikov: When I run ./gradlew test -Djmeter.use_java_regex=true, it seems to have more effect I have no idea how it works now, however, there are three JVMs: 1) The first JVM evaluates the build script (it basically runs build.gradle.kts, and it is the JVM

Re: Question on testing properties in JMeter

2022-03-01 Thread Vladimir Sitnikov
>When I run ./gradlew test -Djmeter.use_java_regex=true, it seems to have >more effect I have no idea how it works now, however, there are three JVMs: 1) The first JVM evaluates the build script (it basically runs build.gradle.kts, and it is the JVM that parses the build command-line) 2) The secon

Re: Question on testing properties in JMeter

2022-02-28 Thread Felix Schumacher
Am 28.02.22 um 19:15 schrieb Felix Schumacher: Am 28.02.22 um 17:20 schrieb Vladimir Sitnikov: We need to add a convention so launching Gradle with a property `jmeter.property.key=value` would pass `key=value` JMeter property (it should remove jmeter.property. prefix, and the prefix is there

Re: Question on testing properties in JMeter

2022-02-28 Thread Felix Schumacher
Am 28.02.22 um 17:20 schrieb Vladimir Sitnikov: We need to add a convention so launching Gradle with a property `jmeter.property.key=value` would pass `key=value` JMeter property (it should remove jmeter.property. prefix, and the prefix is there to avoid ambiguity) The relevant bits are here: ht

Re: Question on testing properties in JMeter

2022-02-28 Thread Vladimir Sitnikov
We need to add a convention so launching Gradle with a property `jmeter.property.key=value` would pass `key=value` JMeter property (it should remove jmeter.property. prefix, and the prefix is there to avoid ambiguity) The relevant bits are here: https://github.com/apache/jmeter/blob/1d573158f2af7be