cockroachdb / cockroachdb/cockroach-operator
enhance decommission test to check that node was properly decommissioned
Open
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
Decommissioning a node has two parts - the process of CockroachDB removing all data from that node, and then the process of removing that node from the SS so it doesn't get restarted after it's shut down. Our current test only checks the latter. To check the former, we need to check `cockroach node list` and make sure that the node is listed in a decommissioned state and not just as failed. cc: @udnay and @chrislovecnm
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.