MySQL SystemQA: MySQL Fabric Crash Testing
MySQL Fabric is an open-source solution released by the MySQL Engineering team at Oracle.
It is an extensible and easy to use system for managing a MySQL deployment for Sharding
and High-availability.
This handles multiple machines, multiple servers in different platforms.The usability, recovery, stability of MySQL Fabric is much more required as it is a complete distributed system. So we have designed a setup in JAVA framework to test various crash features.
What is a Crash in MySQL Fabric?
A crash is mainly considered as destroy,kill,stop,disconnect,etc.
Here you define crash in various points
-
Kill a server using SEGKILL
-
Stop a server normal way
-
Reboot a server with background activities
- …