Add tests for consistency requirements listed in Section 3.3 in TPC-C
specification for the Order Entry benchmark.
---------------------------------------------------------------------------------------------------------------------
Key: DERBY-2267
URL: https://issues.apache.org/jira/browse/DERBY-2267
Project: Derby
Issue Type: Improvement
Components: Test
Reporter: Sunitha Kambhampati
Priority: Minor
Section 3.3.2 of TPC-C spec (http://www.tpc.org/tpcc/spec/tpcc_current.pdf)
states
"Twelve consistency conditions are defined in the following clauses to specify
the level of database consist ency
required across the mix of TPC-C transactions. A database, when populated as
defined in Clause 4.3, must meet all
of these conditions to be consistent. If data is replicated, each copy must
meet these condition s. Of the twelve
conditions, explicit demonstration that the conditions are satisfied is
required for the first four only. Demonstration
of the last eight consistency conditions is not required because of the lengthy
tests which would be necessary."
As part of DERBY-2095, tests for 4 consistency conditions (3.3.2.1 to 3.3.2.4)
were added, but there are a total of 12 conditions.
This jira is to add tests for all the remaining consistency conditions.
see org.apache.derbyTesting.system.oe.run.Checks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.