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 Details

    • PREFIX

      public static final String PREFIX
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • INFINISPAN_TEST_SERVER_DIR

      public static final String INFINISPAN_TEST_SERVER_DIR
      The path to a local installation of the server
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • INFINISPAN_TEST_CONTAINER_DATABASE_TYPES

      public static final String INFINISPAN_TEST_CONTAINER_DATABASE_TYPES
      Specifies a different set of databases, default is H2, MySQL and PostgreSQL
      See Also:
    • INFINISPAN_TEST_CONTAINER_DATABASE_PROPERTIES

      public static final String 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

      public static final String 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

      public static final String INFINISPAN_TEST_CONTAINER_DATABASE_DRIVERS_FILE
      Convenient way to set GAV jdbc drivers from a file
      See Also:
    • INFINISPAN_TEST_CONTAINER_DATABASE_EXTERNAL_DRIVERS

      public static final String INFINISPAN_TEST_CONTAINER_DATABASE_EXTERNAL_DRIVERS
      Specifies external JDBC drivers which is not find into maven repo
      See Also:
    • INFINISPAN_TEST_SERVER_CONTAINER_DEBUG

      public static final String INFINISPAN_TEST_SERVER_CONTAINER_DEBUG
      Specifies the number of the container to start with JVM debug options (port 5005)
      See Also:
    • KEYCLOAK_IMAGE

      public static final String KEYCLOAK_IMAGE
      Specifies the name of the keycloak base image
      See Also:
    • KEYCLOAK_USER

      public static final String KEYCLOAK_USER
      Specifies the keycloak user
      See Also:
    • KEYCLOAK_PASSWORD

      public static final String KEYCLOAK_PASSWORD
      Specifies the keycloak user password
      See Also:
    • KEYCLOAK_REALM

      public static final String KEYCLOAK_REALM
      Specifies the keycloak realm
      See Also:
    • JAEGER_IMAGE

      public static final String JAEGER_IMAGE
      Specifies the name of the Jaeger image
      See Also:
    • LDAP_SERVER

      public static final String LDAP_SERVER
      Specifies the type of the ldap server
      See Also:
    • HOTROD_CLIENT_SASL_MECHANISM

      public static final String 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()