Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
119 stars 99 forks source link

TEST: Wait Test Execution ends immediately after start #80

Open axlvlv opened 2 years ago

axlvlv commented 2 years ago

Test execution start and end immediately, not sure the reason.

See more detail in RESULTS: Collect JMeter Controller and Worker Logs

START Running Jmeter on Thu Sep 30 16:09:12 UTC 2021 JVM_ARGS=-Xmn2788m -Xms11152m -Xmx11152m jmeter args=-n -J server.rmi.ssl.disable=true -t PPE_929.jmx -l results.jtl -e -o dashboard -R 10.0.0.5,10.0.0.13,10.0.0.9,10.0.0.7,10.0.0.6,10.0.0.11,10.0.0.4,10.0.0.8,10.0.0.12,10.0.0.10 Sep 30, 2021 4:09:14 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. Creating summariser

Created the tree successfully using PPE_929.jmx Configuring remote engine: 10.0.0.5 Configuring remote engine: 10.0.0.13 Connection refused to host: 10.0.0.13; nested exception is: java.net.ConnectException: Connection refused (Connection refused) Failed to configure 10.0.0.13 Configuring remote engine: 10.0.0.9 Configuring remote engine: 10.0.0.7 Configuring remote engine: 10.0.0.6 Configuring remote engine: 10.0.0.11 Configuring remote engine: 10.0.0.4 Configuring remote engine: 10.0.0.8 Configuring remote engine: 10.0.0.12 Configuring remote engine: 10.0.0.10 Stopping remote engines Remote engines have been stopped Error in NonGUIDriver java.lang.RuntimeException: Following remote engines could not be configured:[10.0.0.13] END Running Jmeter on Thu Sep 30 16:09:15 UTC 2021

Not sure what cause this

dagrooms52 commented 2 years ago

This is exactly what I see in #79, which was caused by the issue in #78. I posted a possible workaround in #78.

axlvlv commented 2 years ago

This is exactly what I see in #79, which was caused by the issue in #78. I posted a possible workaround in #78.

This works, thank you!