pingcap / tipocket

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

bank2: ignore `raft: stopped` when doing admin check table #430

Closed zyguan closed 3 years ago

zyguan commented 3 years ago

Signed-off-by: zyguan zhongyangguan@gmail.com

What problem does this PR solve?

admin check table may fail with Error 1105: rpc error: code = Unknown desc = raft: stopped, it's expected if pd nemeses are introduced.

What is changed and how does it work?

Add such an error to the whitelist.

Check List

Tests

Code changes

Side effects

Related changes

Does this PR introduce a user-facing change?:

NONE
vivid392845427 commented 3 years ago

LGTM