Drizzle Wiki
(New page: = Goals = ? = Details = * Restarts of the server during a crash * Comparing results of a slave and a master * Easy creation of new tests ** Some queries generate thousands of values **...)
 
Mshadle (talk | contribs)
No edit summary
 
Line 1: Line 1:
  +
{{ HeadingA|[http://drizzle.org/wiki/Testing_Infrastructure The Drizzle Wiki has moved! Click here for the new page.] }}
  +
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  +
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  +
__NOTOC__
  +
 
= Goals =
 
= Goals =
   

Latest revision as of 06:21, 17 November 2008

The Drizzle Wiki has moved! Click here for the new page.
























Goals[]

?

Details[]

  • Restarts of the server during a crash
  • Comparing results of a slave and a master
  • Easy creation of new tests
    • Some queries generate thousands of values
    • Not all test results are ordered. Expected values and return values may need to be sorted and compared external to the application.
    • Not all members of explain are deterministic
    • Ability to test client applications.
  • Ability to crash the server at specific points.
  • Compare error return types.

HowTo[]