chore: remove obsolete Op variants, use dml in tests
Closes #253 (closed)
- Removes obsolete ops
- Use dml + cas in tests
- Uses more advanced
pico.cas
instead of rawproc_cas
inCluster.cas
(pico.cas
will select a leader and then callproc_cas
on it) - Adds
raft_wait_index
,raft_index
,raft_term
in tests
Edited by Егор Ивков