Peter Jones wrote:

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.
Your right I'm having issues with this.

Any suggestions? Perhaps it might be easier to create the test.props file with an ant target. What do you think?

Cheers,

Peter.


-- Peter



Reply via email to