-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit modifies SimpleKVBC (implemented in tests/simpleKVBC) to use the CMF messages recently introduced in tests/simpleKVBC/cmf/skvbc_messages.cmf for client requests and replies to them, replacing SimpleKVBC's existing ad hoc message implementation which effectively used packed C structs. This commit also modifies Apollo's SimpleKVBC client implementation in tests/apollo/util/skvbc.py to use these CMF messages and remain compatible with the SimpleKVBC replicas.
- Loading branch information
1 parent
641f03a
commit 665faf8
Showing
9 changed files
with
552 additions
and
739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.