MSC_HVGOP_REPLAY_RESULT
Table data used to store all replay run results.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_REPLAY_RESULT_PK |
REPLAY_KEY, REPLAY_OWNER |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
REPLAY_KEY | VARCHAR2 | 128 | Yes | Identifier of the Replay Dataset and the promising request to be replayed. It is provided by user/machine for reply run. |
REPLAY_OWNER | VARCHAR2 | 256 | Yes | Identifier of the Replay owner who is running the replay. |
TEST_NAME | VARCHAR2 | 256 | Yes | Identifier test name for replay. It could be either test name or GOPReplay. |
CURRENT_PAYLOAD | CLOB | Replay run input/output payload in xml format. | ||
EXPECTED_PAYLOAD | CLOB | Replay run input/output payload in xml format. | ||
TEST_RESULT | VARCHAR2 | 32 | Yes | Success - If replay run passes . Failure - If replay run fails. |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_HVGOP_REPLAY_RESULT_U1 | Unique | Default | REPLAY_KEY, REPLAY_OWNER |