We should have unittests for inserts in node as well as integration tests of inserting data to our distributed db. You should also test here if we create table successfully, because table must be created first. Look carefully on table creation. When user creates a table it should be created on every node.
We should have unittests for inserts in node as well as integration tests of inserting data to our distributed db. You should also test here if we create table successfully, because table must be created first. Look carefully on table creation. When user creates a table it should be created on every node.