Skip to content

test: adopt testing of raft_log

Valentin Syrovatskiy requested to merge fix-raft-log into master

Motivation:

  • Stripping spaces from raft_log output make easier adoption of tests for new log output.
  • With assert(LHS == RHS) print LHS as green and RHS as red what means LHS assumes as expected and RHS assumes as actual, so assert(expected == actual) gives most beauty error report.
Edited by Valentin Syrovatskiy

Merge request reports