https://bz.apache.org/bugzilla/show_bug.cgi?id=58601
Bug ID: 58601
Summary: Change check for modifications of
saveservice.properties from $Revision to sha1 sum of
file
Product: JMeter
Version: 2.13
Hardware: All
OS: Windows CE
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33271
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33271&action=edit
Change usage of modification check to sha1 sum
Currently SaveService checks the integrity of saveservice.properties by reading
$Revision, which is a svn feature. When tests are done in a git repo, the tests
will fail.
This can be mitigated, by computing a sha1 checksum of saveservice.properties
and use that for comparison with an expected value stored in SaveService.
--
You are receiving this mail because:
You are the assignee for the bug.