Fault Injection

Registered by Federico Razzoli

In a SQL DB, some possible fault causes are:
* table has been dropped/truncated
* row has been modified
* row has been deleted
* another thread has locked a table
* a Stored Function causes an error

Fault injection makes these things happen, with a specified probability.

Also, when a fault happens, an event is triggered.

Possible example:
CALL inject_drop_table('my_db', 'my_tab', 5); -- probabilty: 5%

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
Discussion
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.