package
1.2.3
Repository: https://github.com/matrixorigin/matrixone.git
Documentation: pkg.go.dev

# README

chaos

The chaos package provides simple cluster chaos monkey tests to deploy a single distributed set using the dynamic CN node feature in local, and provides the following functionality:

  • random CN node restart
  • Simulate network partitioning
  • Simulates IO errors
  • Simulates network packet loss
  • Simulate disk data errors
  • HTTP interface to control chaos tests

# Functions

NewChaosTester create chaos tester.

# Structs

ChaosTester chaos tester.
Config chaos config.