We ensure the TypeDB process spawned by the runner utility uses the same java version as the test. This avoids issues due to the runner using a different java installation from the host machine.
What are the changes implemented in this PR?
Sets the JAVA_HOME environment variable on the ProcessExecutor used by TypeDB (core & enterprise) runners.
What is the goal of this PR?
We ensure the TypeDB process spawned by the runner utility uses the same java version as the test. This avoids issues due to the runner using a different java installation from the host machine.
What are the changes implemented in this PR?
JAVA_HOME
environment variable on theProcessExecutor
used by TypeDB (core & enterprise) runners.