steampipe plugin install chaos

Table: chaos_get_errors

Chaos table to test the Get call with all the possible scenarios like errors, panics and delays

Examples

List all

select
*
from
chaos_get_errors;

Schema for chaos_get_errors

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
delaybooleanColumn to test delay in Get function
fatal_errorbooleanColumn to test the table with fatal error
idbigint=Column for the ID
ignorable_errorbooleanColumn to test the Get function with Ignorable errors
panicbooleanColumn to test panicking Get function
retryable_errorbooleanColumn to test the Get function with retry config in case of non fatal error