RaGe
RaGe
Do you folks have a preferred base image as an alternative to alpine? I have an unrelated DNS resolution issue with running the alpine based image in AWS Fargate. I'm...
aside: The comment on this alpine commit says to use breezy as a replacement for bzr >Python2 only with no upstream. Most distros replaced it with breezy which uses python3...
Hmm the go.yaml workflow does not exercise the dockerfile. Are there checks I should run against dockerfile changes?
The timestamp format is currently a Java SimpleDateFormat. I haven't tested it, but it should already be possible to put random text into timestamp format. There should be some examples...
Well, there is already a property in jmeter `saveservice.properties` that can be set to any SimpleDateFormat format. `resultFilenameTimestamp` just sets whether to use or ignore that property. I agree with...
Gradle 2.6rc1 brings TestKit: https://docs.gradle.org/2.6-rc-1/userguide/test_kit.html Should be useful to create tests
This is true, but shouldn't really cause an issue in the plugin. The value for this property is overridden in the plugin [here](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin/blob/c8e8885b936563ed92f69ef1dae28a74eed1dae8/src/main/groovy/net/foragerr/jmeter/gradle/plugins/TaskJMInit.groovy#L71). Are you seeing problems as a result...
Got it. I prefer not to change the jmeter.properties file from JMeter default, so that when I change JMeter versions, I can just drop the file in. I'll look into...
Hmm that's strange, I haven't had any issues running bare jmeter 3.3 on ec2's which makes me wonder if this is something with the plugin. Will attempt to reproduce. You're...
Could I also ask you to try and launch a test on the problem ec2 box directly from JMeter without going through the plugin? That'll help determine if it's a...