Skip to content

System Properties

jd0-sag edited this page Mar 24, 2017 · 1 revision

A few system properties can be set in order to configure the internals of galvan.

Options related to normal test execution:

  • java.home - read when setting the JAVA_HOME env var for the server process
  • kitTestDirectory - the directory which will be used for installing servers, etc, for test runs
  • java.class.path - passed to the client processes as their class path
  • kitInstallationPath - the location of a full server kit which will be used as the basis for the servers installed for tests

Options related specifically to debugging:

  • setupClientDebugPort - if set and non-zero, the setup client will wait for a debugger to attach on this port
  • destroyClientDebugPort - if set and non-zero, the destroy client will wait for a debugger to attach on this port
  • testClientDebugPortStart - if set and non-zero, test clients will wait for a debugger to attach on ports incrementing from this number
  • serverDebugPortStart - if set and non-zero, servers will wait for a debugger to attach on ports incrementing from this number
Clone this wiki locally