You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue references a task in #3, Test Coverage / Quality Umbrella.
The cbdc::nuraft_serializer::read() does not cover non-error cases
To resolve this issue, a unit test was added to raft_test.cpp called test_raft_serializer_read which makes sure the test hash which is read from the cbdc::nuraft_serializer is in fact correct. It also moves cursor, reads and makes sure the data is once again what it should be relative to test_hash.
The text was updated successfully, but these errors were encountered:
This issue references a task in #3, Test Coverage / Quality Umbrella.
The cbdc::nuraft_serializer::read() does not cover non-error cases
To resolve this issue, a unit test was added to raft_test.cpp called test_raft_serializer_read which makes sure the test hash which is read from the cbdc::nuraft_serializer is in fact correct. It also moves cursor, reads and makes sure the data is once again what it should be relative to test_hash.
The text was updated successfully, but these errors were encountered: