You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dtest has logic that is looking for the END print in c-s output, and this line "stands" in the way
and lots of the dtest gating tests failed cause of this silly thing
Its not really something to fix on the driver side, right? Printing a log is not a bug.
+1, dtest should not be that fragile, driver does lot's ot async stuff after cluster is being closed, it can throw in anything.
Probably what we should do, we should separate logs from output, throwing logs into stderr so that dtest and sct could have a way to separate between them.
But it should be done on c-s side.
seems like recently this log line was added during shutdown of the cluster:
dtest has logic that is looking for the
END
print in c-s output, and this line "stands" in the wayand lots of the dtest gating tests failed cause of this silly thing
Ref: https://github.com/scylladb/scylla-dtest/pull/5538
The text was updated successfully, but these errors were encountered: