pingcap / tidb

TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
https://pingcap.com
Apache License 2.0
37.2k stars 5.84k forks source link

Migrate to new coverage build introduced from go1.20 #44301

Open wuhuizuo opened 1 year ago

wuhuizuo commented 1 year ago

We only need go build -cover to build the binary for integration testing, It will be simpler for building and testing.

Branch: master, release-7.1

Ref:

bb7133 commented 1 year ago

Please notice that the TiDB server from go build -cover is able to get the coverage result only when it is shut down gracefully.