pingcap / tipocket

A toolkit for testing TiDB
https://github.com/pingcap/tipocket
Apache License 2.0
140 stars 71 forks source link

ignore err msg:no available connections #440

Closed vivid392845427 closed 2 years ago

vivid392845427 commented 2 years ago

What problem does this PR solve?

admin check table fail with error ADMIN CHECK TABLE bank2_accounts fails: Error 1105: no available connections,it is expected when tikv nemeses injection

What is changed and how does it work?

ignore the error code with this error message

Check List

Tests

Code changes

Side effects

Related changes

Does this PR introduce a user-facing change?:

NONE