Bomb
Test-only component that triggers failures after a specified delay.
Tags: UNKNOWN
| Field | Type | Optional | Description | Default Value |
|---|---|---|---|---|
| Delay | Uint32 | No | Delay in milliseconds before poison is triggered. | 1000 |
| Poison | Poison | No | Type of failure to trigger when delay expires. |
Poison
| Value |
|---|
| NONE |
| VERIFY_FAIL |
| ASSERT_FAIL |
| THROW_EXCEPTION |
| LOG_FATAL |