On Oct 5, 2009, at 8:56 AM, Peter Firmstone wrote:
Peter,
You don't know where to find all the test.props options? I want to
make them system properties, using -D
You would need to look for invocations of the TestLibrary method(s)
for retrieving values from test.props.
One difficulty with using system properties is ensuring that they are
propagated uniformly to child JVMs, which many tests spawn one or more
of (for starting Phoenix, for example). These work with the
test.props mechanism because it is found relative to the tests'
current working directory, which isn't changed when such JVMs are
spawned.
-- Peter