Integrate raft into storage (#405)
* Integrate raft into storage All UTs pass. At the moment, all parts still running with single copy. Will enable multiple copies in the future PR Implemented #178 * Addressed @dangleptr's comments and rebased * Addressed @dangleptr's comments and rebased * Addressed @laura-ding's @dangleptr's comments Rebased as well
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- cmake/FindNCURSES.cmake 1 addition, 1 deletioncmake/FindNCURSES.cmake
- src/daemons/CMakeLists.txt 8 additions, 3 deletionssrc/daemons/CMakeLists.txt
- src/executor/test/CMakeLists.txt 20 additions, 76 deletionssrc/executor/test/CMakeLists.txt
- src/executor/test/TestUtils.h 1 addition, 1 deletionsrc/executor/test/TestUtils.h
Please register or sign in to comment