~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: Lee Bieber
  • Date: 2011-02-24 03:20:47 UTC
  • mfrom: (2196.1.4 build)
  • Revision ID: kalebral@gmail.com-20110224032047-avmw06iwww3m73cw
Merge Andrew - 723653: Docs day first pass fixes 
Merge Brian - Puts back in support for COM_KILL, Also adds back in the INTERACTIVE flag, and creates a DD to track sessions/check on usage
Merge Olaf - Use List::size()

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
Options
248
248
-------
 
249
 
 
250
.. program:: dbqp.py
 
251
 
249
252
.. option:: -h, --help
250
253
 
251
254
   show this help message and exit
252
255
 
253
256
Options for the test-runner itself
254
257
----------------------------------
255
 
.. option:: --force             
 
258
 
 
259
.. program:: dbqp.py
 
260
 
 
261
.. option:: --force
256
262
 
257
263
    Set this to continue test execution beyond the first failed test
258
264
 
296
302
 
297
303
Options for controlling which tests are executed
298
304
------------------------------------------------
 
305
 
 
306
.. program:: dbqp.py
 
307
 
299
308
.. option:: --suite=SUITELIST
300
309
 
301
310
   The name of the suite containing tests we want. 
332
341
Options for defining the code that will be under test
333
342
-----------------------------------------------------
334
343
 
 
344
.. program:: dbqp.py
 
345
 
335
346
.. option:: --basedir=BASEDIR   
336
347
 
337
348
   Pass this argument to signal to the test-runner 
355
366
 
356
367
Options for defining the testing environment
357
368
--------------------------------------------
 
369
 
 
370
.. program:: dbqp.py
 
371
 
358
372
.. option:: --testdir=TESTDIR   
359
373
 
360
374
    Path to the test dir, containing additional files for
391
405
 
392
406
Options to pass options on to the server
393
407
-----------------------------------------
 
408
 
 
409
.. program:: dbqp.py
 
410
 
394
411
.. option:: --drizzled=DRIZZLEDOPTIONS
395
412
           
396
413
    Pass additional options to the server.  Will be passed
400
417
 
401
418
Options for defining the tools we use for code analysis (valgrind, gprof, gcov, etc)
402
419
------------------------------------------------------------------------------------
 
420
 
 
421
.. program:: dbqp.py
 
422
 
403
423
.. option:: --valgrind          
404
424
 
405
425
   Run drizzletest and drizzled executables using
412
432
 
413
433
Options for controlling the use of debuggers with test execution
414
434
----------------------------------------------------------------
 
435
 
 
436
.. program:: dbqp.py
 
437
 
415
438
.. option:: --gdb
416
439
 
417
440
    Start the drizzled server(s) in gdb
423
446
 
424
447
Options to call additional utilities such as datagen
425
448
------------------------------------------------------
 
449
 
 
450
.. program:: dbqp.py
 
451
 
426
452
.. option:: --gendata=GENDATAFILE
427
453
            
428
454
    Call the randgen's gendata utility to use the
429
455
    specified configuration file.  This will populate the
430
456
    server prior to any test execution
431
457
 
432
 
 
433
 
    
434
 
 
435
 
 
436
 
 
437
 
 
438