Scénario de test & Cas d'usage
This action is for server monitoring and does not operate on CAS tables. No data preparation is required. The test assumes the administrator has already initiated the `addNode` action on the controller.
| 1 | /* No |
| 2 | data creation is necessary. This action monitors the state of the CAS server itself. */ |
| 1 | PROC CAS; |
| 2 | SESSION.addNodeStatus; |
| 3 | RUN; |
The action is expected to return a result table listing the two new machines being added. The table should contain columns like 'Node' and 'State', with the state indicating that the nodes are in the process of joining (e.g., 'pending', 'authenticating', 'connected'). This provides a quick and successful validation of the scale-out operation.