Skip to content

chore: remove obsolete Op variants, use dml in tests

Егор Ивков requested to merge remove-obsolete-ops into master

Closes #253 (closed)

  • Removes obsolete ops
  • Use dml + cas in tests
  • Uses more advanced pico.cas instead of raw proc_cas in Cluster.cas (pico.cas will select a leader and then call proc_cas on it)
  • Adds raft_wait_index, raft_index, raft_term in tests
Edited by Егор Ивков

Merge request reports