...
Code Block |
---|
local_interrupt # will result in a resend local_dropped # will result in a resend local_aborted # will result in a resend local_no_route # will result in a resend local_error # will not result in a resend local_timeout # will result in a resend remote_error # will not result in a resend remote_dropped # will result in a resend remote_timeout # will not result in a resend network_timeout # will not result in a resend random silent_drop_send # will drop the message and never call lnet_finalize() |
...
Types of Error Simulation Testing
Type | Description |
---|---|
Drop with error | This is the newly added error simulation. And it is designed to simulate different health failures. This can be used to exercise the following scenarios
|
Drop Received messages | This an existing rule and it can be used to drop received GET/PUT messages. This will result in no ACK/REPLY being sent to the message initiator and will exercise the response timeout code. |
Configuration
LNet Health is off by default. To turn it on, two configuration parameters need to be set
...