Package org.infinispan.server.test.core
Class TestSystemPropertyNames
- java.lang.Object
-
- org.infinispan.server.test.core.TestSystemPropertyNames
-
public class TestSystemPropertyNames extends Object
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description static StringINFINISPAN_SERVER_HOMESpecifies a comma-separated list to server home path.static StringINFINISPAN_TEST_CONTAINER_DATABASE_LOG_MESSAGELogMessageWaitStrategy pattern to use during container initializationstatic StringINFINISPAN_TEST_SERVER_BASE_IMAGE_NAMESpecifies the name of the base image to use for the server containerstatic StringINFINISPAN_TEST_SERVER_CONTAINER_MEMORYThe maximum amount of memory the container can use.static StringINFINISPAN_TEST_SERVER_CONTAINER_MEMORY_SWAPThe amount of memory this container is allowed to swap to diskstatic StringINFINISPAN_TEST_SERVER_CONTAINER_TIMEOUT_SECONDSThe timeout in seconds to wait for the container driver servers to startstatic StringINFINISPAN_TEST_SERVER_DIRThe path to a local installation of the serverstatic StringINFINISPAN_TEST_SERVER_DRIVERThe driver to use for running the server tests.static StringINFINISPAN_TEST_SERVER_EMBEDDED_TIMEOUT_SECONDSThe timeout in seconds to wait for the embedded driver servers to startstatic StringINFINISPAN_TEST_SERVER_EXTRA_LIBSSpecifies a comma-separated list of extra libraries (jars) to deploy into the server/lib directorystatic StringINFINISPAN_TEST_SERVER_FORKED_TIMEOUT_SECONDSThe timeout in seconds to wait for the container driver servers to startstatic StringINFINISPAN_TEST_SERVER_LOG_FILEThe log file for the container server driver It should be a file name located in the module server/tests/src/test/resources/configuration or a full pathstatic StringINFINISPAN_TEST_SERVER_PRESERVE_IMAGESpecifies whether the base image contains a prebuilt server to use instead of using the one built locallystatic StringJAEGER_IMAGESpecifies the name of the Jaeger imagestatic StringKEYCLOAK_IMAGESpecifies the name of the keycloak base imagestatic StringKEYCLOAK_PASSWORDSpecifies the keycloak user passwordstatic StringKEYCLOAK_REALMSpecifies the keycloak realmstatic StringKEYCLOAK_USERSpecifies the keycloak userstatic StringPREFIX
-
Constructor Summary
Constructors Constructor Description TestSystemPropertyNames()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_BASE_IMAGE_NAME
public static final String INFINISPAN_TEST_SERVER_BASE_IMAGE_NAME
Specifies the name of the base image to use for the server container- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_PRESERVE_IMAGE
public static final String INFINISPAN_TEST_SERVER_PRESERVE_IMAGE
Specifies whether the base image contains a prebuilt server to use instead of using the one built locally- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_EXTRA_LIBS
public static final String INFINISPAN_TEST_SERVER_EXTRA_LIBS
Specifies a comma-separated list of extra libraries (jars) to deploy into the server/lib directory- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_DRIVER
public static final String INFINISPAN_TEST_SERVER_DRIVER
The driver to use for running the server tests. Will override the default driver. Can be either EMBEDDED or CONTAINER- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_EMBEDDED_TIMEOUT_SECONDS
public static final String INFINISPAN_TEST_SERVER_EMBEDDED_TIMEOUT_SECONDS
The timeout in seconds to wait for the embedded driver servers to start- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_CONTAINER_TIMEOUT_SECONDS
public static final String INFINISPAN_TEST_SERVER_CONTAINER_TIMEOUT_SECONDS
The timeout in seconds to wait for the container driver servers to start- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_FORKED_TIMEOUT_SECONDS
public static final String INFINISPAN_TEST_SERVER_FORKED_TIMEOUT_SECONDS
The timeout in seconds to wait for the container driver servers to start- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_DIR
public static final String INFINISPAN_TEST_SERVER_DIR
The path to a local installation of the server- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_LOG_FILE
public static final String INFINISPAN_TEST_SERVER_LOG_FILE
The log file for the container server driver It should be a file name located in the module server/tests/src/test/resources/configuration or a full path- See Also:
- Constant Field Values
-
INFINISPAN_SERVER_HOME
public static final String INFINISPAN_SERVER_HOME
Specifies a comma-separated list to server home path. Only for FORKED- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_CONTAINER_MEMORY
public static final String INFINISPAN_TEST_SERVER_CONTAINER_MEMORY
The maximum amount of memory the container can use.- See Also:
- Constant Field Values
-
INFINISPAN_TEST_SERVER_CONTAINER_MEMORY_SWAP
public static final String INFINISPAN_TEST_SERVER_CONTAINER_MEMORY_SWAP
The amount of memory this container is allowed to swap to disk- See Also:
- Constant Field Values
-
INFINISPAN_TEST_CONTAINER_DATABASE_LOG_MESSAGE
public static final String INFINISPAN_TEST_CONTAINER_DATABASE_LOG_MESSAGE
LogMessageWaitStrategy pattern to use during container initialization- See Also:
- Constant Field Values
-
KEYCLOAK_IMAGE
public static final String KEYCLOAK_IMAGE
Specifies the name of the keycloak base image- See Also:
- Constant Field Values
-
KEYCLOAK_USER
public static final String KEYCLOAK_USER
Specifies the keycloak user- See Also:
- Constant Field Values
-
KEYCLOAK_PASSWORD
public static final String KEYCLOAK_PASSWORD
Specifies the keycloak user password- See Also:
- Constant Field Values
-
KEYCLOAK_REALM
public static final String KEYCLOAK_REALM
Specifies the keycloak realm- See Also:
- Constant Field Values
-
JAEGER_IMAGE
public static final String JAEGER_IMAGE
Specifies the name of the Jaeger image- See Also:
- Constant Field Values
-
-