upthewaterspout opened a new pull request #149:
URL: https://github.com/apache/geode-benchmarks/pull/149
Converting all of the system properties we use in the benchmarks to start
with the benchmark
prefix. Changing the gradle build to copy all benchmark.* properties as
system
roperties in the test.
For now, also copying the old set of withXXX properties to not break peoples
scripts or CI.
Adding a way to automatically set system properties in test JVMs. Just add a
property
with the prefix benchmark.system.ROLE, where ROLE is the role of jvms to
target. Eg
benchmark.system.server.gemfire.disablePartitionedRegionBucketAck=true would
set
gemfire.disablePartitionedRegionBucketAck=true in the server JVMs.
Getting rid of problematic org.json dependency, and also making
sure we capture *all* system properties that might effect the behavior of the
test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]