Class TestSystemPropertyNames


  • public class TestSystemPropertyNames
    extends Object
    Since:
    11.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Field Detail

      • 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
    • Constructor Detail

      • TestSystemPropertyNames

        public TestSystemPropertyNames()