pingcap/tidb
在 GitHub 查看Support Testing Anything Protocol unit testing framework for TiDB
Open
#33,447 创建于 2022年3月25日
help wantedtype/enhancement
仓库指标
- Star
- (40,090 star)
- PR 合并指标
- (平均合并 14天 4小时) (30 天内合并 346 个 PR)
描述
Enhancement request
TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness. It decouples the reporting of errors from the presentation of the reports. pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and PL/SQL. It includes a comprehensive collection of TAP-emitting assertion functions, as well as the ability to integrate with other TAP-emitting test frameworks.
Maybe we can support the tap ut framework for TiDB and just use sql as code in tidb ut.