dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Create/Alter table (TESTS) #68

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Tests for creating and altering tables:

  1. FIRST TEST CASE - we create two tables A and B, and alter A, then we insert data to them, everything should be successful, check if alter worked
  2. SECOND TEST CASE - we create tables A and B, do some ALTER statements which must be in good order to work, like first create new column and then add sth property to it or sth. Then make new node to register to the system. New node should have recreated all create and alter statements, and be able to insert new data to them.
dawidppp commented 8 years ago

Our parser library parse Alter Table queries in different way than SQLite.