pingcap / pingcap/tidb

ddl: flaky TiFlash replica test `TestInfoSchemaForTiFlashReplica` & `TestSetTiFlashReplicaForTemporaryTable`

Open
#66,287 0 comments 0 reactions 1 assignee Claimed by @bb7133 View on GitHub
affects-8.5 component/ddl severity/major type/bug
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Bug Report

Please answer these questions before submitting your issue. Thanks!

### 1. Minimal reproduce step (Required)

Run the test cases(on my local Macbook laptop) like:

```
make failpoint-enable && (pushd pkg/ddl >/dev/null; go test -run 'TestInfoSchemaForTiFlashReplica|TestSetTiFlashReplicaForTemporaryTable' --tags=intest -count=1; rc=$?; popd >/dev/null;
make failpoint-disable; exit $rc)
```

### 2. What did you expect to see? (Required)

The test passes.

### 3. What did you see instead (Required)

The test failed - 'getting empty result' after a timeout.

### 4. What is your TiDB version? (Required)

The latest main branch(2f9776e8e7b252a1b14237e9a071bb1fa4ceac99)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.