Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cosven/tidb-testing
- Owner: cosven
- Created: 2020-07-15T15:38:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T03:30:59.000Z (9 months ago)
- Last Synced: 2024-11-08T02:22:33.159Z (about 2 months ago)
- Language: Python
- Size: 147 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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