Enhance TiFlash DDL Tests
Open
@hongyunyan is already working on this.
Since Jun 13, 2022.
type/enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
The DDL module is missing some integrated tests, including
- the case when multi DDL actions happen closely, and there are some corresponding insert actions between these DDL actions.
- the case that the schema change parts of a lossy DDL action arrive at tiflash node among different epoches of the periodic schema sync.
Thus, we need to enhance tests to improve the correctness guarantee of our DDL module.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.