linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

Gradle should pass relevant system properties into tests #9

Closed xkrogen closed 6 years ago

xkrogen commented 6 years ago

The TestDynamometerInfra test relies on some system properties to be able to change behaviors in the test. Gradle needs to be explicitly told to pass system properties, so attempting to specify these when running the tests via Gradle does not work.