I have extended the coverage of basic.test and added a separate file for
edge cases.

http://bazaar.launchpad.net/~andymc73/oqgraph/10.0-oqgraph3-varchar/revision/3656

-- 
You received this bug notification because you are a member of OQgraph
developers, which is a bug assignee.
https://bugs.launchpad.net/bugs/459714

Title:
  Proper test suite for OQGRAPH

Status in Maria:
  Confirmed
Status in OQGraph Engine for MariaDB:
  In Progress

Bug description:
  Given that OQGRAPH is not a 'normal' general purpose storage engine, we can't 
simply derive a test suite from existing ones.
  However, we would like to test all aspects of the engine, including 
interaction in complex join constructs and replication.

  Perhaps some basics can be adapted from existing tests, the rest will have to 
be new.
  This will probably be a step-wise and ongoing thing. If you can help, please 
do!

  What we need: (based on feedback from Philip Stoev)
  * a complete MTR test suite that covers at least the following:
  - INSERTS, especially with weight and those that will be rejected by the 
engine;
  - the SELECT statements that are accepted by the engine, as described in the 
manual, including those with latch=0 or latch = NULL;
  - the DML/DDL/ALTER statements that are and are not accepted by the engine, 
so that all the engine capabilities the handler advertises and all the API 
calls are exercised;
  - a dataset that is sized appropriately for MTR execution (10K nodes?). 
Either in the form of INSERT statements or a stored procedure, plus some SELECT 
queries on top of that dataset;

To manage notifications about this bug go to:
https://bugs.launchpad.net/maria/+bug/459714/+subscriptions

-- 
Mailing list: https://launchpad.net/~oqgraph-dev
Post to     : oqgraph-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~oqgraph-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to