mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
`commit_status_unknown` may lead to double application and then a hard-to-debug failure. But some tests actually rely on retrying it, so print a warning and leave a FIXME for maybe a better future solution. Ref: #14029