Skip to main content

One post tagged with "Test Automation"

View All Tags

Building an Automated Testing Framework Based on Chaos Mesh and Argo

· 8 min read
Ben Ye, Chengwen Yin
Maintainer of Chaos Mesh

TiPocket - Automated Testing Framework

Chaos Mesh is an open-source chaos engineering platform for Kubernetes. Although it provides rich capabilities to simulate abnormal system conditions, it still only solves a fraction of the Chaos Engineering puzzle. Besides fault injection, a full chaos engineering application consists of hypothesizing around defined steady states, running experiments in production, validating the system via test cases, and automating the testing.

This article describes how we use TiPocket, an automated testing framework to build a full Chaos Engineering testing loop for TiDB, our distributed database.