Open vponomaryov opened 2 years ago
This issue is stale because it has been open 2 years with no activity. Remove stale label or comment or this will be closed in 2 days.
@vponomaryov
Have we seen it in any other place which isn't an operator based case ?
@vponomaryov
Have we seen it in any other place which isn't an operator based case ?
I haven't.
Prerequisites
Versions
Logs
Description
The problem appears in conjunction with this Scylla bug: https://github.com/scylladb/scylla/issues/9917 In this bug report we can read that
nodetool cleanup
commandfailed
on the last - 4th node, but SCT reported it aspassed
. The problem here is that loader returned exit code 0 having lots of errors in the output message, which are correct messages. So, need to make SCT understand the result of the loader by message in addition to the exit code, not only exit code.Also, that nemesis, being last one, is not considered in the test run report at all. So, this run must have had 6 nemesis reported, but there are only 5 previous ones.
Steps to Reproduce
nodetool cleanup
nemesis.nodetool cleanup
operation as finishedExpected behavior:
nodetool cleanup
nemesis is considered in the test report asfailed
Actual behavior: it is absent and the test run is marked as
passed
, which is false positive.