Add Shard Family

This commit is contained in:
Miguel Portilla
2020-06-02 16:52:13 -04:00
committed by manojsdoshi
parent 91e857874f
commit 86e8f2e232
31 changed files with 742 additions and 339 deletions

View File

@@ -118,7 +118,7 @@ public:
using namespace beast::severities;
test::SuiteJournal journal("FetchPack_test", *this);
TestFamily f(journal);
TestNodeFamily f(journal);
std::shared_ptr<Table> t1(std::make_shared<Table>(SHAMapType::FREE, f));
pass();