Bug 62473 - Setting "saveservice_properties" has counter intuitive behaviour
Summary: Setting "saveservice_properties" has counter intuitive behaviour
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 normal (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-06-19 11:51 UTC by UbikLoadPack support
Modified: 2018-06-19 20:20 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2018-06-19 11:51:39 UTC
If we compare how path is resolved with other similar file properties, the resolution is really weird.


No absolute full path can be set as it is resolved using bin folder:
So:
1/  if you jmeter is in /Users/supportULP/test/jmeter-install/4.0
2/ Your saveservice properties file is in /data/ubik/ulp/demo/saveservice.properties

You need to set:
/Users/supportULP/test/jmeter-install/4.0/../../../../../data/ubik/ulp/demo/saveservice.properties


This makes it very hard to set correctly this property.
Comment 1 Philippe Mouawad 2018-06-19 20:20:35 UTC
Author: pmouawad
Date: Tue Jun 19 20:20:15 2018
New Revision: 1833873

URL: http://svn.apache.org/viewvc?rev=1833873&view=rev
Log:
Bug 62473 - Setting "saveservice_properties" has counter intuitive behaviour
Bugzilla Id: 62473

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:13 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4802