public interface ConfigPropertyNames
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigPropertyNames.CONNECTION_STRATEGY_PROPS
Connection Props are the
CONNECTION_STRATEGY execution options |
static interface |
ConfigPropertyNames.CONNECTION_TYPES
CONNECTION_TYPE regarding setting the specific connection type to use
when connecting to Teiid |
static interface |
ConfigPropertyNames.TXN_AUTO_WRAP_OPTIONS |
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FILE
Specify this as a system property to set a specific configuration to use
otherwise the
ConfigPropertyLoader.DEFAULT_CONFIG_FILE_NAME will be loaded. |
static String |
CONNECTION_TYPE
Connection Type indicates the type of connection (strategy) to use when
connecting to Teiid.
|
static String |
DISABLE_DATASTORES
If
DISABLE_DATASTORES is specified, then the assumption is that configuration related
to the datastores is being handled out side of the test framework. |
static String |
EXCLUDE_DATASBASE_TYPES_PROP
The EXCLUDE_DATASOURCES_PROP is a comma delimited property that can be used to exclude
certain database types.
|
static String |
OVERRIDE_DATASOURCES_LOC
The
OVERRIDE_DATASOURCES_LOC , when specified, will override the default
defined for DataSourceMgr.DEFAULT_DATASOURCES_LOC ; |
static String |
USE_DATASOURCE_TYPES_PROP
The USE_DATASOURCE_TYPES_PROP is a comma delimited property that can be used to limit the
types of datasources to be used for the tests.
|
static String |
USE_DATASOURCES_PROP
The USE_DATASOURCES_PROP is a comma delimited property that can be used to limit the
datasources that are in use for the tests.
|
static final String CONFIG_FILE
ConfigPropertyLoader.DEFAULT_CONFIG_FILE_NAME
will be loaded.static final String USE_DATASOURCES_PROP
static final String USE_DATASOURCE_TYPES_PROP
DataSource.DB_TYPE
corresponds to the
defined types in the resources/ddl directory. By specifying this property, the test will use on data sources
of the specified types..static final String EXCLUDE_DATASBASE_TYPES_PROP
static final String OVERRIDE_DATASOURCES_LOC
OVERRIDE_DATASOURCES_LOC
, when specified, will override the default
defined for DataSourceMgr.DEFAULT_DATASOURCES_LOC
;static final String DISABLE_DATASTORES
DISABLE_DATASTORES
is specified, then the assumption is that configuration related
to the datastores is being handled out side of the test framework.
This include not performing the following:
DataStore
will not called to configure the data prior to running a testConnectionStrategy
vdb configuration.
The vdb must have the binding(s) defined. TestClientTransaction
will be using this option because the data is already assumed configured in its respective database.static final String CONNECTION_TYPE
ConfigPropertyNames.CONNECTION_TYPES
Copyright © 2017 JBoss by Red Hat. All rights reserved.