~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: Brian Aker
  • Date: 2011-02-04 23:02:48 UTC
  • mto: (2147.3.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: brian@tangent.org-20110204230248-fuub99d2y6gh514c
Remove current_session in building the error count.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
   sort the testcases so that they are executed optimally
255
255
   for the given mode [False]
256
256
 
257
 
.. option:: --repeat=REPEAT     
258
 
    Run each test case the specified number of times.  For
259
 
    a given sequence, the first test will be run n times,
260
 
    then the second, etc [1]
261
 
 
262
257
Options for defining the code that will be under test
263
258
-----------------------------------------------------
264
259
 
319
314
   Turn off the use of --secure-file-priv=vardir for
320
315
   started servers
321
316
 
322
 
Options to pass options on to the server
323
 
-----------------------------------------
324
 
.. option:: --drizzled=DRIZZLEDOPTIONS
325
 
           
326
 
    Pass additional options to the server.  Will be passed
327
 
    to all servers for all tests (mostly for --start-and-
328
 
    exit)
329
 
 
330
 
 
331
317
Options for defining the tools we use for code analysis (valgrind, gprof, gcov, etc)
332
318
---------------------------------------------------------------------------------------
333
319
.. option:: --valgrind          
334
320
 
335
321
   Run drizzletest and drizzled executables using
336
322
   valgrind with default options [False]
 
323
   (CURRENTLY INOP)
337
324
 
338
325
.. option:: --valgrind-option=VALGRINDARGLIST
339
326
                       
345
332
.. option:: --gdb
346
333
 
347
334
    Start the drizzled server(s) in gdb
348
 
 
349
 
.. option:: --manual-gdb
350
 
 
351
 
    Allows you to start the drizzled server(s) in gdb
352
 
    manually (in another window, etc
353
 
 
354
 
    
 
335
    (CURRENTLY INOP)
 
336
 
355
337
 
356
338
 
357
339