Package org.infinispan.server.test.core
Class TestSystemPropertyNames
java.lang.Object
org.infinispan.server.test.core.TestSystemPropertyNames
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies the type of sasl mechanism for the Hot Rod client.static final StringConvenient way to set GAV jdbc drivers from a filestatic final StringSpecifies external JDBC drivers which is not find into maven repostatic final StringJDBC drivers to the servers in order to run tests against specific databases.static final StringLogMessageWaitStrategy pattern to use during container initializationstatic final StringSpecifies an external database configuration, default is src/test/resources/database/id.propertiesstatic final StringSpecifies a different set of databases, default is H2, MySQL and PostgreSQLstatic final StringSpecifies the name of the base image to use for the server containerstatic final StringSpecifies the number of the container to start with JVM debug options (port 5005)static final StringThe maximum amount of memory the container can use.static final StringThe amount of memory this container is allowed to swap to diskstatic final StringThe timeout in seconds to wait for the container driver servers to startstatic final StringThe path to a local installation of the serverstatic final StringThe driver to use for running the server tests.static final StringThe timeout in seconds to wait for the embedded driver servers to startstatic final StringSpecifies a comma-separated list of extra libraries (jars) to deploy into the server/lib directorystatic final StringThe timeout in seconds to wait for the container driver servers to startstatic final StringThe 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 final StringSpecifies whether the base image contains a prebuilt server to use instead of using the one built locallystatic final StringSpecifies the name of the Jaeger imagestatic final StringSpecifies the name of the keycloak base imagestatic final StringSpecifies the keycloak user passwordstatic final StringSpecifies the keycloak realmstatic final StringSpecifies the keycloak userstatic final StringSpecifies the type of the ldap serverstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
INFINISPAN_TEST_SERVER_BASE_IMAGE_NAME
Specifies the name of the base image to use for the server container- See Also:
-
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:
-
INFINISPAN_TEST_SERVER_EXTRA_LIBS
Specifies a comma-separated list of extra libraries (jars) to deploy into the server/lib directory- See Also:
-
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:
-
INFINISPAN_TEST_SERVER_EMBEDDED_TIMEOUT_SECONDS
The timeout in seconds to wait for the embedded driver servers to start- See Also:
-
INFINISPAN_TEST_SERVER_CONTAINER_TIMEOUT_SECONDS
The timeout in seconds to wait for the container driver servers to start- See Also:
-
INFINISPAN_TEST_SERVER_FORKED_TIMEOUT_SECONDS
The timeout in seconds to wait for the container driver servers to start- See Also:
-
INFINISPAN_TEST_SERVER_DIR
The path to a local installation of the server- See Also:
-
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:
-
INFINISPAN_TEST_SERVER_CONTAINER_MEMORY
The maximum amount of memory the container can use.- See Also:
-
INFINISPAN_TEST_SERVER_CONTAINER_MEMORY_SWAP
The amount of memory this container is allowed to swap to disk- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_LOG_MESSAGE
LogMessageWaitStrategy pattern to use during container initialization- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_TYPES
Specifies a different set of databases, default is H2, MySQL and PostgreSQL- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_PROPERTIES
Specifies an external database configuration, default is src/test/resources/database/id.properties- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_LIBS
JDBC drivers to the servers in order to run tests against specific databases. Default is H2, MySQL and PostgreSQL- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_DRIVERS_FILE
Convenient way to set GAV jdbc drivers from a file- See Also:
-
INFINISPAN_TEST_CONTAINER_DATABASE_EXTERNAL_DRIVERS
Specifies external JDBC drivers which is not find into maven repo- See Also:
-
INFINISPAN_TEST_SERVER_CONTAINER_DEBUG
Specifies the number of the container to start with JVM debug options (port 5005)- See Also:
-
KEYCLOAK_IMAGE
Specifies the name of the keycloak base image- See Also:
-
KEYCLOAK_USER
Specifies the keycloak user- See Also:
-
KEYCLOAK_PASSWORD
Specifies the keycloak user password- See Also:
-
KEYCLOAK_REALM
Specifies the keycloak realm- See Also:
-
JAEGER_IMAGE
Specifies the name of the Jaeger image- See Also:
-
LDAP_SERVER
Specifies the type of the ldap server- See Also:
-
HOTROD_CLIENT_SASL_MECHANISM
Specifies the type of sasl mechanism for the Hot Rod client. Not all tests are using it.- See Also:
-
-
Constructor Details
-
TestSystemPropertyNames
public TestSystemPropertyNames()
-