cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

enhance decommission test to check that node was properly decommissioned

Open keith-mcclellan opened this issue 4 years ago • 0 comments

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

keith-mcclellan avatar May 27 '21 20:05 keith-mcclellan