mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
Currently node_ops_virtual_task shows stats of all system.topology_request entries. However, the table also contains info about non-node_ops requests, e.g. truncate. Filter the entries used by node_ops_virtual_task by their type. With this change bootstrap of the first node will not be visible. Update the test accordingly.