Package io.trino.tests.product.cli
Class TrinoCliLauncher
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.cli.TrinoCliLauncher
- Direct Known Subclasses:
TestTrinoCli,TestTrinoLdapCli
public class TrinoCliLauncher
extends io.trino.tempto.ProductTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected static final longprotected TrinoCliProcess -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessBuildergetProcessBuilder(List<String> arguments) protected voidlaunchTrinoCli(String... arguments) protected voidlaunchTrinoCli(List<String> arguments) protected voidstopCli()
-
Field Details
-
TIMEOUT
protected static final long TIMEOUT- See Also:
-
nationTableInteractiveLines
-
nationTableBatchLines
-
serverHost
-
serverAddress
-
trino
-
-
Constructor Details
-
TrinoCliLauncher
- Throws:
IOException
-
-
Method Details
-
stopCli
- Throws:
InterruptedException
-
launchTrinoCli
- Throws:
IOException
-
launchTrinoCli
- Throws:
IOException
-
getProcessBuilder
-