tipocket icon indicating copy to clipboard operation
tipocket copied to clipboard

A toolkit for testing TiDB

Results 30 tipocket issues
Sort by recently updated
recently updated
newest added

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...

### What problem does this PR solve? To test different cases that causes errors like `Server is Busy`, `Region Unavailable`... ### What is changed and how does it work? ###...

### What problem does this PR solve? ### What is changed and how does it work? ### Check List Tests - Unit test - E2E test - Manual test (add...

Signed-off-by: Yilin Chen ### What problem does this PR solve? Only for test. ### What is changed and how does it work? ### Check List Tests - Unit test -...

test: **astonishing sophisticated** system testing testcase, untested misc: create .editorconfig to enforce code styles (especially imports sorting & grouping rules) --- the system testing testcase only relies on `test-infra sdk`...

### What problem does this PR solve? ### What is changed and how does it work? ### Check List Add stale-read testcases. ### Does this PR introduce a user-facing change?:...

### What problem does this PR solve? This reopens https://github.com/pingcap/tipocket/pull/411 I discussed it with others, and there is a limitation in ticases in that it's not possible to change the...

## Bug Report **What did you do?** Run bank2 testcase with nemesis. **What did you expect to see?** The case should only fail when there is an inconsistency. **What did...

### What problem does this PR solve? ### What is changed and how does it work? ### Check List Tests Code changes - Has Go code change Side effects Related...

### What problem does this PR solve? Previously we check the downstream with 32 concurrent clients. This usually causes too much pressure at the downstream and even makes the downstream...