https://bz.apache.org/bugzilla/show_bug.cgi?id=59723
Bug ID: 59723
Summary: Use jmeter.properties when testing whenever possible
Product: JMeter
Version: 3.0
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The unit tests generally use a separate version of jmeter.properties -
testfiles/jmetertest.properties.
This was done originally to fix up some issues that applied only to tests.
However there is a problem with this, as changes to the standard properties may
not be picked up in unit tests.
It would be better to rely on the standard default properties, and only
override specific properties for tests if actually needed (e.g. logging level
might need to be adjusted).
Similarly for batch tests; these use jmeter-batch.properties.
It would be better to use jmeter.properties and override as necessary using the
-q command-line flag.
--
You are receiving this mail because:
You are the assignee for the bug.