l-iberty

Results 3 comments of l-iberty

``` ++++++++++++++ test 130 Test: unreliable net, restarts, partitions, snapshots, many clients, linearizability checks (3B) ... ... Passed -- 25.5 7 30813 1573 --- FAIL: TestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B (25.51s) test_test.go:422: history is...

`InstallSnapshot`里面: ```go installSnapshotCommand := ApplyMsg{ CommandIndex: rf.snapshottedIndex, Command: "InstallSnapshot", CommandValid: false, CommandData: rf.persister.ReadSnapshot(), } go func(msg ApplyMsg) { rf.applyCh

you should change `hot/third-party/boost-cmake/CMakeLists.txt`, not that CMakeLists.txt you mentioned ``` set(BOOST_URL "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" CACHE STRING "Boost download URL") set(BOOST_URL_SHA256 "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" CACHE STRING "Boost download URL SHA256 checksum") ``` change the two...