Jelajahi Sumber

Add blurb about --data-dir to TESTING.asciidoc (#58963)

This used to be -Dtests.es.path.data=/whatever but changed some time in the past, this updates it
so that it references the correct method.
Lee Hinman 5 tahun lalu
induk
melakukan
c2e07b2996
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      TESTING.asciidoc

+ 3 - 0
TESTING.asciidoc

@@ -84,6 +84,9 @@ password: `elastic-password`.
 
 In order to start a node with a different max heap space add: `-Dtests.heap.size=4G`
 In order to disable assertions add: `-Dtests.asserts=false`
+In order to use a custom data directory: `--data-dir=/tmp/foo`
+In order to remotely attach a debugger to the process: `--debug-jvm`
+In order to set a different keystore password: `--keystore-password`
 In order to set an Elasticsearch setting, provide a setting with the following prefix: `-Dtests.es.`
 
 === Test case filtering.