Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosven/tidb-testing

scripts for testing TiDB
https://github.com/cosven/tidb-testing

Last synced: 14 days ago
JSON representation

scripts for testing TiDB

Awesome Lists containing this project

README

        

# Testing TiDB efficiently

## Features

* Tools
* [artifacts](bin/artifacts) list TiDB/TiKV/Pd latest tarballs
* [case2pr](bin/case2pr) found the PR that a case is added
* [tipocket-ctl](tipocket-ctl/) is a command line tool for [tipocket](https://github.com/pingcap/tipocket)
* [ansible](ops/ansible) ansible scripts that help initialize machines
* Hack
* [TiKV dockerfile](hack/tikv-dockerfile) is almost same as the official dockerfile
* [tidb-operator-yaml](hack/ctx.yaml) is a tidb-cluster CR definition
* Transaction testing
* [txn-test](txn-test/) provides a demo to reproduce txn-related bug