pingcap / failpoint

An implementation of failpoints for Golang.
Apache License 2.0
817 stars 63 forks source link

*: migrate go-check to testify #68

Closed tisonkun closed 3 years ago

tisonkun commented 3 years ago

Signed-off-by: tison wander4096@gmail.com

remove dependency to pingcap/check

kennytm commented 3 years ago
listen tcp :23389: bind: address already in use
FAIL    github.com/pingcap/failpoint/code   0.011s

🤔

tisonkun commented 3 years ago
listen tcp :23389: bind: address already in use
FAIL  github.com/pingcap/failpoint/code   0.011s

🤔

@kennytm fixed in bd777f9778afa124d971f6c4c776127eec912968.

tisonkun commented 3 years ago

@kennytm updated except "ErrorIs" since semantic not equivalent.