moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
75 stars 39 forks source link

JMeter Keystore Warning #74

Open jojoob opened 1 year ago

jojoob commented 1 year ago

I run the moodle-performance-comparison from my client PC against our existing test environment and got the following error. Nothing that prevents the test from completing but I wonder how to fix it anyway.

$ ./test_runner.sh first "first test" moodle-testplan_XS.jmx moodle-users-XS.csv site_data.properties
#######################################################################
Test running... (time for a coffee?)
Error: "WARN" found in jmeter logs, read logs/jmeter.202307251209.log to see the full trace. If you think that this is a false failure report the issue in https://github.com/moodlehq/moodle-performance-comparison/issues.

from logs/jmeter.202307251209.log

2023-07-25 12:09:42,539 INFO o.a.j.u.SSLManager: JmeterKeyStore Location:  type JKS
2023-07-25 12:09:42,541 INFO o.a.j.u.SSLManager: KeyStore created OK
2023-07-25 12:09:42,542 WARN o.a.j.u.SSLManager: Keystore file not found, loading empty keystore

My client is arch Linux with JMeter 5.5 installed from AUR.