Add epoch id and refactor replication client/server (#51)

This commit is contained in:
antonio2368
2020-12-01 16:51:25 +01:00
committed by Antonio Andelic
parent 4e36b646df
commit a0705746cb
108 changed files with 1535 additions and 1100 deletions

View File

@@ -323,6 +323,7 @@ TEST_F(DecoderEncoderTest, PropertyValueInvalidMarker) {
case storage::durability::Marker::SECTION_INDICES:
case storage::durability::Marker::SECTION_CONSTRAINTS:
case storage::durability::Marker::SECTION_DELTA:
case storage::durability::Marker::SECTION_EPOCH_HISTORY:
case storage::durability::Marker::SECTION_OFFSETS:
case storage::durability::Marker::DELTA_VERTEX_CREATE:
case storage::durability::Marker::DELTA_VERTEX_DELETE: