scylladb / argus

Apache License 2.0
4 stars 11 forks source link

improvement(results): respond with error when result failed #482

Closed soyacz closed 3 weeks ago

soyacz commented 1 month 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).

refs: https://github.com/scylladb/qa-tasks/issues/1765

soyacz commented 1 month ago

This requires a change in SCT to handle possible error and act accordingly (raise error event, so later test is failed).

soyacz commented 1 month ago

this one should be merged after https://github.com/scylladb/scylla-cluster-tests/pull/9011