Closed soyacz closed 3 weeks ago
In case there is a cell with 'ERROR' status, then respond with error status, so client may take proper action based on it (e.g. marking test as failed).
error
refs: https://github.com/scylladb/qa-tasks/issues/1765
This requires a change in SCT to handle possible error and act accordingly (raise error event, so later test is failed).
this one should be merged after https://github.com/scylladb/scylla-cluster-tests/pull/9011
In case there is a cell with 'ERROR' status, then respond with
error
status, so client may take proper action based on it (e.g. marking test as failed).refs: https://github.com/scylladb/qa-tasks/issues/1765