This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a change to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
from 4b1f238ba docs(build): archive latest validation evidence
new 5846d4c55 feat(tools): add standalone raft linearizability checker
new dc3aede8f docs(test): link standalone linearizability oracle
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/rust-rewrite-oracle-finalization.md | 2 ++
tools/raft-linearizability/README.md | 17 +++++++++++
tools/raft-linearizability/checker.py | 49 ++++++++++++++++++++++++++++++
tools/raft-linearizability/test_checker.py | 18 +++++++++++
4 files changed, 86 insertions(+)
create mode 100644 tools/raft-linearizability/README.md
create mode 100644 tools/raft-linearizability/checker.py
create mode 100644 tools/raft-linearizability/test_checker.py