pingcap / failpoint

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

fix bool short circuit evaluation #82

Closed lance6716 closed 6 months ago

lance6716 commented 6 months ago

What problem does this PR solve?

as title

What is changed and how it works?

Check List

Tests

I found this issue when manually use it for TiDB UT

Side effects

Related changes